1 Reply Latest reply on Nov 21, 2003 10:46 AM by stephanenicoll

    How to look inside a jms message through jmx-console

    fenor

      I'm using jboss 3.0.4 and would like to know if it is possible to see what is contained in a jms message through jmx-console.
      At the moment through jmx-console I only see the number of messages in a queue, nothing else, nothing more.
      Should I upgrade to a newer version to have this feature?
      Thank in advance for your answer.
      Bye

        • 1. Re: How to look inside a jms message through jmx-console

          No but you can create an MBean that can display the data contained in the queue. We did that and it's quite easy using a QueueBrowser

          I assume the fact JBoss team did not offer that feature is that you can put anything inside a queue (any serializable object, a map, a text message which could be XML, etc)

          If you know what's inside your queue you can define a component that can display it in a proper way.

          Regards,

          Stephane