summaryrefslogtreecommitdiff
path: root/documentation/content/xdocs/Cpp Client Java Interop Issues.html
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/content/xdocs/Cpp Client Java Interop Issues.html')
-rwxr-xr-xdocumentation/content/xdocs/Cpp Client Java Interop Issues.html71
1 files changed, 71 insertions, 0 deletions
diff --git a/documentation/content/xdocs/Cpp Client Java Interop Issues.html b/documentation/content/xdocs/Cpp Client Java Interop Issues.html
new file mode 100755
index 0000000000..1f81de2873
--- /dev/null
+++ b/documentation/content/xdocs/Cpp Client Java Interop Issues.html
@@ -0,0 +1,71 @@
+<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 &#8211; 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/&lt;virtual-host&gt;-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