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
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