Hi Tanmay,
Goel, Tanmay wrote:
*I have started working with AMQP recently. Right now I am conducting
some basic experiments with interoperability among the various
implementations but haven’t received any positive results yet. For
example, 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?*
No, unfortunately qpid does not yet implement the access class of
methods (at least on c++, I know java is a bit further ahead - can I ask
what version and language were you using?).
I have created a JIRA for this: QPID-552.