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

STOMP connector assigns wrong default priority to incoming messages

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 5.4.1
    • 5.5.0
    • Transport
    • None
    • Windows Vista

    Description

      If a client sends a Stomp frame without a priority header, the broker does not set the message priority to the default value (4) which is specified in the JMS spec (see http://download.oracle.com/javaee/1.4/api/javax/jms/Message.html: DEFAULT_PRIORITY The message producer's default priority is 4.)

      As effect, the message will have priority 0 (lowest).

      Adding a priority header for all messages by the Stomp client, even for default priority, would also cause larger messages to be sent over the wire.

      Attachments

        Activity

          People

            tabish Timothy A. Bish
            mjustin Michael Justin
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: