How to get all enqueued messages in ActiveMQ?
问题 I want to build a simple consumer program (in java) to get all messages stocked in an ActiveMQ subject. I have a producer which send TextMessage in the queue. But I don't know how to start to write my consumer for retrieving old messages and wait for new one. If you have an example, thanks! This is my Producer: http://pastebin.com/uRy9D8mY This is my Consumer: http://pastebin.com/bZh4r66e When I run my producer before my consumer, then run the consumer, I got nothing. When I run my consumer