rabbitmq / rabbitmq-web-stomp

Provides support for STOMP over WebSockets
Other
89 stars 26 forks source link

Add ability to disable non-TLS listeners when TLS is enabled #100

Closed lukebakken closed 5 years ago

lukebakken commented 5 years ago

Originally suggested here.

See https://github.com/rabbitmq/rabbitmq-management/pull/618 for implementation ideas.

michaelklishin commented 5 years ago

Just in case it's not obvious: it is already possible to configure two separate listeners, which is what rabbitmq/rabbitmq-management#618 primarily was about. What we can borrow from that PR is the decision tree around what listener(s) to start.