Hi,

Messenger will simply use anonymous if you don't specify a username and
password, e.g. amqp://broker/node will result in the client forcing
ANONYMOUS. If you do specify a username and password, e.g.
amqp://user:pass@broker/node, then messenger will force PLAIN. There is no
way to disable SASL entirely. If you're interested in stronger security
than PLAIN offers, your best bet is probably to use SSL with client side
certificates.

--Rafael

On Tue, Jan 14, 2014 at 9:05 AM, Andreas Mueller <a...@iit.de> wrote:

> Hi,
>
> I've looked through the proton-c Messenger API docs but can't find it. Can
> someone please tell me:
>
> 1) How to disable SASL at all to start direct with AMQP?
>
> 2) How to force a specific SASL mechanism like PLAIN?
>
> Thanks,
> Andreas
>
> --
> Andreas Mueller
> IIT Software GmbH, Bremen/Germany
> http://www.swiftmq.com
>
>
>
>
>
> IIT Software GmbH
> Fahrenheitstr. 13, D28359 Bremen, Germany
> Tel: +49 421 330 46 088, Fax: +49 421 330 46 090
> Amtsgericht Bremen, HRB 18624, Geschaeftsfuehrer: Andreas Mueller
> Steuernummer: 460/118/06404 VAT: DE199945912
>
>

Reply via email to