This content has been marked as final.
Show 2 replies
-
1. Re: Tools to View JMS Journal Content EAP 7
rhn-support-rangupta Jan 24, 2018 3:49 AM (in response to kavinthamaduranga)Use CLI command:
> connect to the server via CLI and you can use the "read-resource" command
> like below:
~~~~~~~~~~~~~~~~~
/subsystem=messaging/hornetq-server=default/jms-queue=ExampleQueue/:read-resource(recursive=false,include-runtime=true,include-defaults=true)
~~~~~~~~~~~~~~~~~
-
2. Re: Tools to View JMS Journal Content EAP 7
kavinthamaduranga Jan 24, 2018 8:09 AM (in response to rhn-support-rangupta)Any possibility of getting number of messages for a particular subscriber and message content etc. ?