Cpp Client Java Interop Issues has been edited by Marnie McCormack (Feb 08, 2007).

(View changes)

Content:

Issues affecting C++ client/Java broker/Java client interop build 6th Feb:

  • http://issues.apache.org/jira/browse/QPID-243 Inconsistent use of paths in #includes
  • http://issues.apache.org/jira/browse/QPID-349 Use the empty string as the default for virtual host name.
  • http://issues.apache.org/jira/browse/QPID-350 Broker infinite loop on restart with immediate messages
  • http://issues.apache.org/jira/browse/QPID-353 Amend type of destination type from byte to int
  • Problem with BDBStore queue recreation at startup - details:
    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="" 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? 
    

Reply via email to