You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Rajith Attapattu (JIRA)" <ji...@apache.org> on 2011/08/03 23:49:27 UTC

[jira] [Resolved] (QPID-2881) If two subscribers are created with the same Address based destination with type=topic and link props containing durable=true, then the second subscription fails.

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

Rajith Attapattu resolved QPID-2881.
------------------------------------

       Resolution: Fixed
    Fix Version/s: 0.12

This issue was fixed in time for the 0.12 release and was verified manually. I have since added a test case to cover this issue in rev 1153681.

> If two subscribers are created with the same Address based destination with type=topic and link props containing durable=true, then the second subscription fails.
> ------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: QPID-2881
>                 URL: https://issues.apache.org/jira/browse/QPID-2881
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Client
>            Reporter: Rajith Attapattu
>            Assignee: Rajith Attapattu
>             Fix For: 0.12
>
>
> If two subscribers are created with the same Address based destination with type=topic and link props containing durable=true, then the second subscription fails with a resource locked as exception.
> This is due to the code incorrectly using the same queue name for both subscriptions.
> The client should create two unique queues for each subscription.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org