Uploaded image for project: 'ActiveMQ Classic'
  1. ActiveMQ Classic
  2. AMQ-3023

DestinationView.browseMessages(String) must not call OpenTypeSupport.convert()

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 5.3.2
    • 5.6.0
    • Broker
    • None
    • ActiveMQ 5.3.2

    Description

      Method DestinationView.browseMessages(String) should return a homogeneous List of Message(s). Therefore, line 196 of DestinationView.java must not call OpenTypeSupport.convert(), and should be changed:

      From:

      answer.add(OpenTypeSupport.convert(message));

      To:

      answer.add(message);

      Just like line 200 that follows.

      Attachments

        Activity

          People

            tabish Timothy A. Bish
            mwc_tonesoft Michael Chen
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: