2 Replies Latest reply on Aug 3, 2013 2:51 AM by sewatech

    View JMS message content in cli ?

    sewatech

      Is there a why to see the content (or its toString) of messages in a destination with jboss-cli ? I see how to have the list of messages, but without the content.

        • 1. Re: View JMS message content in cli ?
          wdfink

          As the content is different it might be difficult to show everything.

          Also jboss-cli is a management interface and it might be a bit too much to show this, but this are my two cents.

           

          The only way I know is to write a simple queue/topic browser using JMS

          • 2. Re: View JMS message content in cli ?
            sewatech

            My goal was to have on overview of the messages in the DLQ and the ExpiryQueue. I'll follow your advice and put it in a separate tool with a QueueBrowser.

             

            Thanks.