On 10 September 2015 at 14:41, Gordon Sim <[email protected]> wrote: > On 09/10/2015 02:04 PM, Rowan Woodhouse wrote: >> >> Hi, >> >> I'm trying to connect to Qpid Java 0.32 using Pika but I can't seem to >> get this working. I have a default Qpid install but when I try to >> connect I get the following error from the Pika client: >> >> File "/usr/lib/python2.7/dist-packages/pika/connection.py", line >> 1012, in _get_credentials >> raise exceptions.AuthenticationError(self.params.credentials.TYPE) >> pika.exceptions.AuthenticationError: PLAIN > > > I *believe* that the java broker does not by default allow PLAIN on non-ssl > encrypted connections. > >
Yes, seems posible that is the issue and if so, one reply outlining how to change it would be: http://mail-archives.apache.org/mod_mbox/qpid-users/201506.mbox/%3C5579A752.8020007%40gmail.com%3E I believe the docs were updated after that to mention the behaviour, though I'm not sure they are available on the website yet. Robbie --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
