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

Old WebConsole Move function does not work

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 5.9.1
    • 5.10.0
    • Web Console
    • None
    • Linux Ubuntu
      Tests done with Firefox / chromium / IE 8.0

    • Regression

    Description

      When using the old web console, moving a message from a queue to another is not possible anymore.
      This is a regression related to queue selection combo box sorting.

      The bug is located in webapps/admin/message.jsp

      Version 5.9.1

      <td><a href="<c:url value="javascript:confirmAction('queue', 'moveMessage.action?destination=%target%&JMSDestination=${requestContext.messageQuery.JMSDestination}&messageId=${row.JMSMessageID}&JMSDestinationType=queue&secret=${sessionScope['secret']})"/>"

      Fix: (location at the end of the row, one quote missing and one parenthese misplaced )

      <td><a href="<c:url value="javascript:confirmAction('queue', 'moveMessage.action?destination=%target%&JMSDestination=${requestContext.messageQuery.JMSDestination}&messageId=${row.JMSMessageID}&JMSDestinationType=queue&secret=${sessionScope['secret']}"/>')"

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              Wawan Wawan
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: