Environment
ActiveMQ-5.3.0 standalone
Java 1.6.0_11
Fedora 10

Using publish/subscribe (TOPICS) in non persistent messaging mode.  The
ActiveMQ broker is setup with persistent=false.

Publisher is sending an ObjectMessage every 5 seconds.  I have one message
consumer subscribing to the Topic.   The message consumer receives the first
5 messages, without any issues.  Thereafter, no messages are received by the
consumer.  The consumer is setup for async processing using the
MessageListener onMessage(Message msg) method.   Reviewing the ActiveMQ
Topic console, the Messages Enqueued continues to rise every time a message
is published. However, the Messages Dequeued stops at 5.  I don't see any
errors in the ActiveMQ log, and the consumer appears to be waiting for
messages.  Any suggestions would be appreciated.

Thanks in advance for your assistance,

T

-- 
View this message in context: 
http://old.nabble.com/MessageConsumer-stops-receiving-messages-tp27830923p27830923.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to