out of box CLI ready I only know of http://code.google.com/p/stomppy/
but that would be you'd have to introduce python dep, which would increase complexity. or write the c hook yourself to use libstomp http://svn.stomp.codehaus.org/browse/stomp/trunk/c/src/main.c?r=31 On Fri, Oct 8, 2010 at 3:13 AM, Meikel Brandmeyer <[email protected]> wrote: > Hi, > > On 6 Okt., 17:31, Wilson MacGyver <[email protected]> wrote: > >> If the STOMP support happens with nREPL as Rich was pushing for, >> you'd have the windows solution. There are plenty of STOMP client >> that works on windows. > > Do you have some pointers? Googling didn't turn up useful stuff. > Important requirement: must be driven by CLI. > > Sincerely > Meikel > > -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To post to this group, send email to [email protected] > Note that posts from new members are moderated - please be patient with your > first post. > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en -- Omnem crede diem tibi diluxisse supremum. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
