RabbitMQ with amqp in AmazonMQ

0

hi,

I have a running RabbitMQ instance on AWS (AmazonMQ service). As I started the amqp/ssl (port:5671) schema is supported default but I would like to add amqp (port:5672) to the supported port list.

Can someone help me how I could do that?

asked a month ago114 views
1 Answer
1

Hi,

When using an AWS managed service like AmazonMQ, one of the benefits is that best practices are enforced. In this case SSL/TLS is being enforced, so you won't be able to enable non-TLS amqp on port 5672. There are some more details here on what configuration changes you can make for RabbitMQ. Is there a use-case you can share? I may be able to help out with alternate solutions.

BR, Chris

AWS
Chris C
answered a month ago
  • I have a plugin for Unreal what communicates only via amqp protocol and I thought I would add amqp schema next to the amqp/ssl.

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