Filtering with JMSCorrelationID violates Message Order.
-------------------------------------------------------

                 Key: AMQ-2688
                 URL: https://issues.apache.org/activemq/browse/AMQ-2688
             Project: ActiveMQ
          Issue Type: Bug
    Affects Versions: 5.3.0
         Environment: Centos 5, ActiveMQ 5.3.0
            Reporter: Brad Willard


I am using correlation to send messages to different consumers.  The message 
producer knows the id for each consumer, and always puts a message on a queue 
for each consumer using the appropriate correlationid in the message.  If there 
are three consumers, it puts on three messages, each with a correlationid for 
the intended consumer and calls commit.  What I've noticed is that the 
consumers (using either MessageListener or explicitly calling receive) will 
sometimes get the messages out of order.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to