On 11/19/2013 05:18 AM, xbhanu wrote:
Using the qpid implemented client with JNDI and creating a connection factory with something like connectionfactory.qpidConnectionfactory = amqp://guest:guest@clientid/test?brokerlist='tcp://localhost:5672' (as provided in qpid client examples) still doesnt work with ActiveMQ though. Or am I missing something here..
That looks like you are using the old (i.e. 0.8/0-10) Qpid client syntax with the new (1.0) client.
AMQP does not use the OpenWire wire format right ?
Correct. AMQP is a wire level protocol specification and is in essence an alternative to OpenWire.