将 activemq 消费到日志,但将消息保留在队列中
Consume activemq to a log but keep the message in the queue
我有一个 activeMQ 应用程序。我想读取传入消息的正文,但将消息保留在队列中。我怎么做?有什么技巧吗?
您可以通过ActiveMQQueueBrowser
使用ActiveMQ的消息浏览功能
http://activemq.apache.org/maven/apidocs/org/apache/activemq/ActiveMQQueueBrowser.html
我有一个 activeMQ 应用程序。我想读取传入消息的正文,但将消息保留在队列中。我怎么做?有什么技巧吗?
您可以通过ActiveMQQueueBrowser
http://activemq.apache.org/maven/apidocs/org/apache/activemq/ActiveMQQueueBrowser.html