| Apache Qpid > Index > Developer Pages > Cpp Client Java Interop Issues |
Home
Download
Getting Started
Documentation
Mailing Lists
Issue Reporting
FAQ/How to
Getting Involved
Qpid Integrated with..
Source Repository
Building Qpid
Developer Pages
QMF
People
License
Project Status
Acknowledgments
What is AMQP ?
AMQP Specification Download

Issues affecting C++ client/Java broker/Java client interop build 6th Feb:
Restarting our application, I sometimes get a "Protocol Error" exception and the following message appearing in the broker log. This is even after restarting the broker when there are absolutely no connections. RECV: Frame[channel=1; ChannelClose: replyCode=405; replyText=Cannot declare queue, as exclusive queue with same name declared on another connection [error code 405]; classId=50; methodId=10] I deleted the $QPID_WORK/<virtual-host>-store directory and I was able to restart. Also, in the application code, the queue is created as shared (single param constructor) so not sure why the broker thinks that it is exclusive?