On 12 Sep 2009, at 23:53, czy11421 wrote:
I am running ActiveMQ 5, in the admin web page, I could see
"STOCKS.SUNW" in Topics, and this topic is sending out message, then
how could I subscribe this topic and get the published message ?
I have tried this coding, but I get the error as botto
I am running ActiveMQ 5, in the admin web page, I could see
"STOCKS.SUNW" in Topics, and this topic is sending out message, then how
could I subscribe this topic and get the published message ?
I have tried this coding, but I get the error as bottom. Where is the bug ?
Thanks.
///
Hi,
I have an AMQ 5.3.0 instance with some queues and I like to bridge them (via
AMQ) to JBoss Messaging 1.x which is embedded in JBoss 5 AS. (JBoss with
JBoss Messaging and AMQ-standalone instance are installed for the
development on the same computer...)
So I like to bridge FROM the AMQ queue:
Hi Tim,
Thanks for your answer, but this is not the case.
I have another question, regarding the same issue:
When I set the MessageListener, how can I "tell" it to run infinitely?
I came to notice that the Consumer finishes it's run prior to getting any
messages from the Producer.
I'm new to act