0

I have an activeMQ app. I want to read the body of incoming messages, but keep the message into the queue. How do I do that? Is there any trick?

Jonas Audenaert
  • 160
  • 2
  • 16

1 Answers1

1

You can use message browsing feature of ActiveMQ by using ActiveMQQueueBrowser

http://activemq.apache.org/maven/apidocs/org/apache/activemq/ActiveMQQueueBrowser.html

hemant1900
  • 1,226
  • 8
  • 9