Uploaded image for project: 'AMQ Broker'
  1. AMQ Broker
  2. ENTMQBR-512

Console should display message body

    XMLWordPrintable

Details

    • Story
    • Resolution: Done
    • Critical
    • A-MQ 7.0.0.ER17
    • A-MQ 7.0.0.ER14
    • None
    • Release Notes, User Experience
    • As of this release, the message body is displayed when messages are browsed by using the AMQ Console.
    • Documented as Feature Request

    Description

      Create address with queue on broker (with any settings) and send message with string content.

      For example I sent message from from c++ client with content "ABCD".

      {'redelivered': False, 'reply_to': None, 'subject': None, 'content_type': 'text/plain', 'id': None, 'user_id': None, 'correlation_id': None, 'priority': 0, 'durable': False, 'ttl': 0.000000e+00, 'size': 4, 'properties': {}, 'content': 'ABCD'}
      

      Message content in HawtIO:

      Displaying body as unsupported
      Unsupported message body type which cannot be displayed by hawtio
      

      In headers is content with dec ascii representation which is ABCD:

      1,0,0,0,8,65,0,66,0,67,0,68,0
      

      Before addressing changes (in ER12) for plain-text messages works properly.

      Attachments

        Issue Links

          Activity

            People

              rh-ee-ataylor Andy Taylor
              dlenoch@redhat.com Dominik Lenosi
              Dominik Lenosi Dominik Lenosi
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: