JAkub Scholz created QPID-5061:
----------------------------------
Summary: [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
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: [email protected]
For additional commands, e-mail: [email protected]