Hi, at some point I added implementations of access ticket to the Qpid client to allow us to interoperate with the RabbitMQ broker... if the code has disappeared I can put it back in.<br><br>At present Qpid does not implement the access ticket / realm parts of AMQP.
<br><br>Hope this helps,<br>Rob<br><br><div><span class="gmail_quote">On 16/08/07, <b class="gmail_sendername">Matthias Radestock</b> &lt;<a href="mailto:matthias@lshift.net">matthias@lshift.net</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Tanmay,<br><br>Goel, Tanmay wrote:<br>&gt; when I try to run a RabbitMQ client (attached,<br>&gt; SimpleProducer.java) against Qpid broker (with the default configuration<br>&gt; provided when I first downloaded it, no change), I get the following
<br>&gt; exception. The exception is thrown on this like of code: *<br>&gt;<br>&gt; *int ticket = ch.accessRequest(&quot;/test&quot;);*<br>&gt;<br>&gt; *Intuitively, this method is not provided by the Qpid broker. Is it?*
<br><br>You are probably right and this method is indeed unimplemented in Qpid.<br>It certainly wasn&#39;t when we ran the tests ~6 months ago, as noted in<br><a href="http://www.rabbitmq.com/interoperability.html">http://www.rabbitmq.com/interoperability.html
</a><br><br>You can probably just skip that request and use a ticket number of 0,<br>with RabbitMQ&#39;s lax_mode enabled (which it is by default - see above page).<br><br>&gt; *Also, there is no "client-name" passed as a parameter at the time of
<br>&gt; establishing connection to the RabbitMQ connection constructor but is<br>&gt; passed to the Qpid connection constructor. If and how will this effect?*<br><br>I have no idea what the &quot;client-name&quot; value is for. Perhaps the QPid
<br>client passes that value as part of the peer properties exchanged during<br>connection negotiation, in which case it&#39;s informational only, i.e. it<br>shouldn&#39;t affect the behaviour.<br><br>&gt; *Alternatively, when I tried to run a Qpid client against a RabbitMQ
<br>&gt; broker (again, with the default settings, virtual hosts, etc). I got the<br>&gt; following error message at the first line of code: _connection = new<br>&gt; AMQConnection(&quot;localhost&quot;, 5672, &quot;guest&quot;, &quot;guest&quot;, &quot;clientid&quot;, &quot;/data&quot;);*
<br><br>What do the RabbitMQ server logs (stdout, rabbit.log, rabbit-sasl.log) say?<br><br>What version of QPid are you running? The M1 release?<br><br>Regards,<br><br>Matthias.<br><br>_______________________________________________
<br>rabbitmq-discuss mailing list<br><a href="mailto:rabbitmq-discuss@lists.rabbitmq.com">rabbitmq-discuss@lists.rabbitmq.com</a><br><a href="http://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss">http://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
</a><br></blockquote></div><br>