consumer not consuming messages

2010-01-05 Thread harrygoo
of the consumer and restart a new one, the consumer can receive the previous message sucessfully. But after a period of time, the consumer cant receive the message again. Thanks for any ideas on what my problem is. harry -- View this message in context: http://old.nabble.com/consumer-not-consuming

Re: Consumer stops consuming messages from queue.

2008-08-29 Thread James Strachan
2008/8/29 Jigar Naik [EMAIL PROTECTED]: I am using ActiveMQ version 5.1.0 with JDK 1.5 are you using transactions? I didn't really get your quesion. Are you using JMS transactions to consume but after consuming each messages from activeMQ i am inserting it into oracle database table I

Re: Consumer stops consuming messages from queue.

2008-08-29 Thread Jigar Naik
://macstrac.blogspot.com/ Open Source Integration http://open.iona.com -- View this message in context: http://www.nabble.com/Consumer-stops-consuming-messages-from-queue.-tp19217866p19218647.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Consumer stops consuming messages from queue.

2008-08-29 Thread James Strachan
-- View this message in context: http://www.nabble.com/Consumer-stops-consuming-messages-from-queue.-tp19217866p19218647.html Sent from the ActiveMQ - User mailing list archive at Nabble.com. -- James --- http://macstrac.blogspot.com/ Open Source Integration http://open.iona.com

Re: Consumer not consuming messages

2008-02-16 Thread Jeroen van Bergen
-not-consuming-messages-tp15411975s2354p15516840.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Consumer not consuming messages

2008-02-13 Thread Rob Davies
this message in context: http://www.nabble.com/Consumer-not-consuming-messages-tp15411975s2354p15450871.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Consumer not consuming messages

2008-02-13 Thread James Strachan
On 13/02/2008, Jeroen van Bergen [EMAIL PROTECTED] wrote: wha wrote: I can't see your entire code. I don't know if you have a setMessageListener(YourConsumerClass) for your consumer. Your consumer class must implement MessageListener. What I gathered from the JMS API

Re: Consumer not consuming messages

2008-02-12 Thread wha
/Consumer-not-consuming-messages-tp15411975s2354p15444805.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Consumer not consuming messages

2008-02-12 Thread Jeroen van Bergen
. Anything else I can look at? -- View this message in context: http://www.nabble.com/Consumer-not-consuming-messages-tp15411975s2354p15439696.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Consumer not consuming messages

2008-02-12 Thread Jeroen van Bergen
in the JMS API) amounts to the same thing. Furthermore I want to have control over when my consumer actually consumes messages, so I'm using receiveNoWait() to consume messages from the queue. -- View this message in context: http://www.nabble.com/Consumer-not-consuming-messages-tp15411975s2354p15450871

Consumer not consuming messages

2008-02-11 Thread Jeroen van Bergen
threads on a 1.6.0_03 Sun JVM on Windows XP Pro SP2. What might be causing this behaviour? Do I have to supply credentials before a consumer is allowed to actually consume messages? Thanks in advance for any response. -- View this message in context: http://www.nabble.com/Consumer-not-consuming

Re: Consumer not consuming messages

2008-02-11 Thread James Strachan
On 11/02/2008, Jeroen van Bergen [EMAIL PROTECTED] wrote: I'm running a very basic instance of AMQ 5.0.0: just the supplied sample configuration, starting the broker with bin\activemq. My client application (Java SE) produces and consumes messages on a single queue. Both the producer and the

Re: Consumer not consuming messages

2008-02-11 Thread David Siefert
LOL! I had just finished writing a test that uses a QueueBrowser and had the same problem, so based on the prior issue I posted I put in a start() connection and it worked. On Feb 11, 2008 9:12 AM, James Strachan [EMAIL PROTECTED] wrote: On 11/02/2008, Jeroen van Bergen [EMAIL PROTECTED]