SSL on ActiveMQ AMQP 1.0
Comments
-
Im trying out the new AMQP 1.0 module, and am unable to connect to a SSL endpoint. There is only the option to configure host, and it seems to use the unencrypted amqp transport protocol.
[font=Nunito, Roboto, Arial, Helvetica, sans-serif]Apache.NMS.ActiveMQ.IOException: Wire format negotiation timeout: peer did not send his wire format[/font]
Is there are way to use amqps with this module? I tried setting "amqps://hostname" but that just gives another error.
[font=Nunito, Roboto, Arial, Helvetica, sans-serif]Apache.NMS.NMSConnectionException: Error connecting to amqps:-1[/font]
[i]edited by tobias on 10/26/2021[/i] -
To help with troubleshooting this, I tried to use the HelloWorld example in the Apache-NMS-AMQP github repository and could successful connect and receive messages from our broker using amqps.