I have one QueueConsumer.java and a QueueProducer.java I have produced 10 messages using QueueProducer.java
Now i am consuming one by one message using QueueConsumer.java and putting back the same message in Queue using QueueProducer.java so logically this is end less process. but after presses for 5 to 10 minuts, my QueueConsumer.java come up with a nullPointerException, as if there is no message in queue. and when i check the ActiveMQ console, I can see the 10 messages on MyQueue. I am not able to trace the issue. Please help me solving this issue. Thanks & Regards, Jigar Naik. -- View this message in context: http://www.nabble.com/after-few-minuts-consumer-stops-receiving-messages-from-ActiveMQ-%2B-nullPointerException.-tp18868285p18868285.html Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.
