summaryrefslogtreecommitdiff
path: root/documentation/content/xdocs/Cpp Client Java Interop Issues.html
blob: 1f81de2873dd692eee34003add7eabbba208af9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
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>