diff options
Diffstat (limited to 'content/xdocs/Cpp Client Java Interop Issues.html')
-rwxr-xr-x | content/xdocs/Cpp Client Java Interop Issues.html | 71 |
1 files changed, 0 insertions, 71 deletions
diff --git a/content/xdocs/Cpp Client Java Interop Issues.html b/content/xdocs/Cpp Client Java Interop Issues.html deleted file mode 100755 index 1f81de2873..0000000000 --- a/content/xdocs/Cpp Client Java Interop Issues.html +++ /dev/null @@ -1,71 +0,0 @@ -<html> - <head> - <title>Apache Qpid : Cpp Client Java Interop Issues</title> - <link rel="stylesheet" href="styles/site.css" type="text/css" /> - <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> - </head> - - <body> - <table class="pagecontent" border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="#ffffff"> - <tr> - <td valign="top" class="pagebody"> - <div class="pageheader"> - <span class="pagetitle"> - Apache Qpid : Cpp Client Java Interop Issues - </span> - </div> - <div class="pagesubheading"> - This page last changed on Feb 15, 2007 by <font color="#0050B2">mmccorma</font>. - </div> - - <p>Issues affecting C++ client/Java broker/Java client interop build 6th Feb:</p> - -<h2><a name="CppClientJavaInteropIssues-OpenIssues"></a>Open Issues</h2> - -<ul> - <li><a href="http://issues.apache.org/jira/browse/QPID-243" title="Visit page outside Confluence">http://issues.apache.org/jira/browse/QPID-243</a> Inconsistent use of paths in #includes – this does not affect interop, will do after 0-9 branch merge</li> - <li><a href="http://issues.apache.org/jira/browse/QPID-350" title="Visit page outside Confluence">http://issues.apache.org/jira/browse/QPID-350</a> Broker infinite loop on restart with immediate messages</li> -</ul> - - -<ul> - <li>Non-Apache JIRA - Problem with BDBStore queue recreation at startup - details: -<div class="preformatted"><div class="preformattedContent"> -<pre>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?
-</pre> -</div></div></li> -</ul> - - -<h2><a name="CppClientJavaInteropIssues-ResolvedIssues"></a>Resolved Issues</h2> - -<ul> - <li><a href="http://issues.apache.org/jira/browse/QPID-353" title="Visit page outside Confluence">http://issues.apache.org/jira/browse/QPID-353</a> Amend type of destination type from byte to int</li> - <li><a href="http://issues.apache.org/jira/browse/QPID-349" title="Visit page outside Confluence">http://issues.apache.org/jira/browse/QPID-349</a> Use the empty string as the default for virtual host name.</li> -</ul> - - - - </td> - </tr> - </table> - <table border="0" cellpadding="0" cellspacing="0" width="100%"> - <tr> - <td height="12" background="border/border_bottom.gif"><img src="border/spacer.gif" width="1" height="1" border="0"/></td> - </tr> - <tr> - <td align="center"><font color="grey">Document generated by Confluence on Apr 22, 2008 02:47</font></td> - </tr> - </table> - </body> -</html>
\ No newline at end of file |