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:49:12 UTC

[jira] [Updated] (ARTEMIS-526) s

     [ 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 Artemis 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).

To reproduce the issue follow the steps:



        Summary: s  (was: In rare circumstances Artemis MessageProducer can send a message to wrong queue.)

> s
> -
>
>                 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 Artemis 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)