[ 
https://issues.apache.org/jira/browse/QPID-5061?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13734592#comment-13734592
 ] 

ASF subversion and git services commented on QPID-5061:
-------------------------------------------------------

Commit 1512218 from [~gsim] in branch 'qpid/trunk'
[ https://svn.apache.org/r1512218 ]

QPID-5061: do exclusivity checks before registering link to avoid cancelling a 
subscription that did not succeed
                
> [C++ broker] The qpidd broker crashes when two links are created with the 
> same name
> -----------------------------------------------------------------------------------
>
>                 Key: QPID-5061
>                 URL: https://issues.apache.org/jira/browse/QPID-5061
>             Project: Qpid
>          Issue Type: Bug
>          Components: C++ Broker
>    Affects Versions: 0.24
>         Environment: CentOS 6.4, Qpid 0.24 RC1, Proton 0.4
>            Reporter: JAkub Scholz
>            Assignee: Gordon Sim
>         Attachments: qpidd.log
>
>
> I have a C++ client based on the qpid.messaging / AMQP 1.0. This client has a 
> container-id specified in the connection options. This client creates a 
> receiver with following address:
> z/response.ABCFR_ABCFRALMMACC1.response_queue_1; { create: never, link: { 
> name: 'response.ABCFR_ABCFRALMMACC1.response_queue_1', durable: false } }
> where z is a name of a topic. The client alone seems to be working fine. It 
> creates the receiver and waits for a message. 
> However, when I start second instance of the same program, it results in a 
> broker crash. I assume it might be related to the fact that it uses the same 
> container-id and link name.
> A trace log from the broker is attached.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org

Reply via email to