Uploaded image for project: 'JBoss A-MQ'
  1. JBoss A-MQ
  2. ENTMQ-853

The prefetched messages go bottom in a message list of a queue in ActiveMQ page of the Management console.

    XMLWordPrintable

Details

    • Hide

      1. add [1] to the activemq.xml
      2. let a producer send 100 messages via AMQP to a queue.
      3. check the queue list in the management console. It would be [2].
      4. let a consumer receive 5 messages
      5. check the queue list in the management console

      Expected result:
      messages ordered as [3]

      Actual result:
      messages ordered as [4]

      [1] <transportConnector name="amqp" uri="amqp://0.0.0.0:5672?maximumConnections=1000&transport.transformer=jms&transport.prefetch=5"/>
      [2]
      1
      2
      3
      :
      :
      100

      [3]
      6
      7
      8
      :
      :
      100

      [4]
      11
      12
      13
      :
      :
      100
      6
      7
      8
      9
      10

      Show
      1. add [1] to the activemq.xml 2. let a producer send 100 messages via AMQP to a queue. 3. check the queue list in the management console. It would be [2]. 4. let a consumer receive 5 messages 5. check the queue list in the management console Expected result: messages ordered as [3] Actual result: messages ordered as [4] [1] <transportConnector name="amqp" uri="amqp://0.0.0.0:5672?maximumConnections=1000&transport.transformer=jms&transport.prefetch=5"/> [2] 1 2 3 : : 100 [3] 6 7 8 : : 100 [4] 11 12 13 : : 100 6 7 8 9 10

    Description

      The prefetched messages go bottom in a message list of a queue in ActiveMQ page of the hawtio console and in Jconsole org.apache.activemq.broker.jmx.DestinationViewMBean#browse() method.

      Attachments

        Activity

          People

            rhn-support-jprajzne Jiri Prajzner
            rhn-support-tkonishi Takayuki Konishi
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: