Re: AMQP authentication trouble

2013-10-10 Thread Christian Posta
meant to say and *I* will dig in to see why it's not working :) On Thu, Oct 10, 2013 at 8:32 AM, Christian Posta wrote: > Put together a sample test client with the qpid 0.5 client and dig in to > see why it's not working correctly. > > > On Wed, Oct 9, 2013 at 1:04 PM, Marko Asplund wrote: > >>

Re: AMQP authentication trouble

2013-10-10 Thread Christian Posta
Put together a sample test client with the qpid 0.5 client and dig in to see why it's not working correctly. On Wed, Oct 9, 2013 at 1:04 PM, Marko Asplund wrote: > I just tried connecting to ActiveMQ using SwiftMQ client 9.4.0 and that > client library is able to authenticate and communicate wit

Re: AMQP authentication trouble

2013-10-09 Thread Marko Asplund
I just tried connecting to ActiveMQ using SwiftMQ client 9.4.0 and that client library is able to authenticate and communicate with the server successfully. So, this seems to be a client-side issue either with the Qpid AMQP Messenger API usage or the API implementation. Are there any free alternat

AMQP authentication trouble

2013-10-09 Thread Marko Asplund
Hi, I'm trying to get my AMQP client (Qpid Messenger 0.5 based) to authenticate to an ActiveMQ 5.8.0 server, but for some reason the server fails to get the authentication info. Authentication credentials are passed in the address string like this: amqp://admin:password@127.0.0.1:5672/topic://tes