You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Tom Ross (JIRA)" <ji...@apache.org> on 2016/05/18 15:48:13 UTC

[jira] [Updated] (ARTEMIS-526) In rare circumstances HornetQ MessageProducer can send a message to wrong queue.

     [ https://issues.apache.org/jira/browse/ARTEMIS-526?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tom Ross updated ARTEMIS-526:
-----------------------------
    Description: 
Under specific conditions a HornetQ Message producer sends a message to a wrong queue.
When two message producers are used on the same session it is possible that a messageProducer(Q1) sends a message to Q1 but the message gets delivered to Q2 and is used by messageProducer(Q2).

To reproduce the issue follow the steps:



  was:
Under specific conditions a HornetQ Message producer sends a message to a wrong queue.
When two message producers are used on the same session it is possible that a messageProducer(Q1) sends a message to Q1 but the message gets delivered to Q2 and is used by messageProducer(Q2).


> In rare circumstances HornetQ MessageProducer can send a message to wrong queue.
> --------------------------------------------------------------------------------
>
>                 Key: ARTEMIS-526
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-526
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>          Components: Broker
>    Affects Versions: 1.1.0
>            Reporter: Tom Ross
>
> Under specific conditions a HornetQ Message producer sends a message to a wrong queue.
> When two message producers are used on the same session it is possible that a messageProducer(Q1) sends a message to Q1 but the message gets delivered to Q2 and is used by messageProducer(Q2).
> To reproduce the issue follow the steps:



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)