Clamq - simple clojure test to send/receive message over activemq

2012-11-30 Thread shuaybi
Can someone please look at the below code to see why it is not working. I am trying to write simple clojure code to send/receive message over activemq. I am starting two REPL sessions and loading the same code below in each session. In one session I invoke the start-consumer function and in the

Need sample producer/consumer code using clamq library (activemq)

2012-12-03 Thread shuaybi
Apologize if this is a duplicate email. Can someone send me sample code that uses clamq library to produce/consume messages over activemq. The consumer should be in some kind of infinite loop - always checking for messages. I want to be able to run the code in two instances of the REPL. >From