I want to list jms messages in hornetmq queue on jboss 7.1.1
I've tried several approaches :
- Using QueueBrowser - always empty list
- listJmsqserverControl.listMessages(null) - getting exception
- Calling method "list-messages" on the MXBean - always empty list
It looks like Hornetmq is a block box.
Can anyone advice my on how to list messages in hornetmq queue?
Or maybe better to switch to the other JMS broker?