Re: question on Python QpidProton with Artemis

2023-01-17 Thread Robbie Gemmell
I believe the Proton python binding wont use PLAIN if offered, unless the connection is using TLS or it was instructed it can use it regardless: https://qpid.apache.org/releases/qpid-proton-0.38.0/proton/python/docs/proton.reactor.html#proton.reactor.Container.connect "allow_insecure_mechs

question on Python QpidProton with Artemis

2023-01-17 Thread Dondorp, Erwin
Hello, So far I've been happy connecting to Artemis using either the Artemis JMS (CORE protocol) or with QPid JMS (AMQP protocol). But attempts with using Python QpidProton (AMQP protocol) are only successful when an anonymous user is allowed, but I actually need username+password. I now did a