Bruce Pennypacker
unread,Jul 13, 2016, 12:44:43 AM7/13/16Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to stompest
I have a need to fetch the contents of a DLQ (dead letter queue) from ActiveMQ and log the contents to a file. We're running ActiveMQ 5.9.1 currently, and our application is java-based using the AMQP broker.
I've installed stompest, and when I run the Synchronous client examples they work like a charm. The Producer code creates a test queue with two messages in it, and I can browse the queue in the ActiveMQ web interface and see the messages there. The Consumer code then successfully retrieves the two messages and displays the contents.
My problem, however, is that stompest doesn't seem to be able to access messages that were enqueued via AMQP. If I try to fetch messages enqueued by our application then I can successfully fetch the headers but the message body itself is always empty.
The message details when viewed in ActiveMQ look like this:
{id=12345, entityTypeName=Job, _targetService=silverpopUpdate, _targetMethod=doUpdate, recreateEverything=false}
Any idea why I'm not seeing the body of the messages when I try to fetch the messages?
Thanks,
-Bruce