Skip to content

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 2 years ago353 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.

EXPERT
answered 2 years ago
EXPERT
reviewed 2 years ago
EXPERT
reviewed 2 years 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

EXPERT
answered 2 years 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.