Do ActiveMQ & RabbitMQ support "MQTT" Protocol?

0

Hi Anybody,

Do ActiveMQ & RabbitMQ support "MQTT" Protocol? Since I found ActiveMQ & RabbitMQ support "MQTT+SSL" only, but my sensors of system just support "MQTT" only.

Please advise.

Thanks.

asked 8 months ago261 views
2 Answers
1

Hello.

Amazon MQ's ActiveMQ and RabbitMQ cannot be used without SSL.
https://docs.aws.amazon.com/amazon-mq/latest/developer-guide/broker.html#broker-protocols
https://docs.aws.amazon.com/amazon-mq/latest/developer-guide/rabbitmq-basic-elements-broker.html#broker-protocols

If you cannot support SSL connections, you will need to install an MQTT broker using EC2 etc. and create an MQTT broker without SSL.

profile picture
EXPERT
answered 8 months ago
profile picture
EXPERT
reviewed 8 months ago
profile pictureAWS
EXPERT
reviewed 8 months ago
0

Hi,

A common solution to your question is to install a MQTT bridge.

It's fully detailled here: http://www.steves-internet-guide.com/mosquitto-bridge-configuration/

Best,

Didier

profile pictureAWS
EXPERT
answered 8 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions