Re: error in subscribing topic

2009-09-12 Thread Rob Davies
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

error in subscribing topic

2009-09-12 Thread czy11421
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. ///

JMS to JMS Bridge - ActiveMQ to JBoss Messaging

2009-09-12 Thread moonbird
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:

Re: Consumer doesnt recieve messages from producer

2009-09-12 Thread sharongi
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