Amazon MQ defaults the MQTT over websockets port to be 61619. That port is subject to be blocked by some firewalls, so typically folks run direct connections via websockets on port 443.
However, I can’t seem to find a way to change the port. The ActiveMQ configuration accessible via the AWS console does not expose the 61619 value. Could be just me, but I didn’t see any other related configuration settings in the console either.
Any ideas?
Thanks!