[rabbitmq-discuss] Problems while trying interoperability

Goel, Tanmay tanmay.goel at intel.com
Tue Aug 21 20:51:11 BST 2007


Yes, I'm currently running the M1 release.
Rabbit-sasl.log is empty and I also couldn't find stdout that you
mentioned.

Thanks,
Tanmay


-----Original Message-----
From: Matthias Radestock [mailto:matthias at lshift.net] 
Sent: Thursday, August 16, 2007 12:35 AM
To: Goel, Tanmay
Cc: rabbitmq-discuss at lists.rabbitmq.com
Subject: Re: [rabbitmq-discuss] Problems while trying interoperability

Tanmay,

Goel, Tanmay wrote:
> when I try to run a RabbitMQ client (attached, 
> SimpleProducer.java) against Qpid broker (with the default
configuration 
> provided when I first downloaded it, no change), I get the following 
> exception. The exception is thrown on this like of code: *
> 
> *int ticket = ch.accessRequest("/test");*
> 
> *Intuitively, this method is not provided by the Qpid broker. Is it?*

You are probably right and this method is indeed unimplemented in Qpid. 
It certainly wasn't when we ran the tests ~6 months ago, as noted in
http://www.rabbitmq.com/interoperability.html

You can probably just skip that request and use a ticket number of 0, 
with RabbitMQ's lax_mode enabled (which it is by default - see above
page).

> *Also, there is no "client-name" passed as a parameter at the time of 
> establishing connection to the RabbitMQ connection constructor but is 
> passed to the Qpid connection constructor. If and how will this
effect?*

I have no idea what the "client-name" value is for. Perhaps the QPid 
client passes that value as part of the peer properties exchanged during

connection negotiation, in which case it's informational only, i.e. it 
shouldn't affect the behaviour.

> *Alternatively, when I tried to run a Qpid client against a RabbitMQ 
> broker (again, with the default settings, virtual hosts, etc). I got
the 
> following error message at the first line of code: _connection = new 
> AMQConnection("localhost", 5672, "guest", "guest", "clientid",
"/data");*

What do the RabbitMQ server logs (stdout, rabbit.log, rabbit-sasl.log)
say?

What version of QPid are you running? The M1 release?

Regards,

Matthias.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: rabbit-sasl.log
Type: application/octet-stream
Size: 0 bytes
Desc: rabbit-sasl.log
Url : http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20070821/72e3095e/attachment.obj 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: rabbit.log
Type: application/octet-stream
Size: 1303 bytes
Desc: rabbit.log
Url : http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20070821/72e3095e/attachment-0001.obj 


More information about the rabbitmq-discuss mailing list