rabbitmq / rabbitmq-web-stomp

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

Add settings to disable TCP and TLS listeners explicitly #105

Closed lukebakken closed 5 years ago

lukebakken commented 5 years ago

Fixes #100

Tested with this file: rabbitmq.conf.txt

michaelklishin commented 5 years ago

Backported to v3.7.x.

acogoluegnes commented 5 years ago

@michaelklishin @lukebakken While testing proxy protocol support, I noticed that the http/web-stomp listener doesn't start by default now, web_stomp.tcp.port = 15674 is needed. Is that a side effect of this PR or was it intended?

michaelklishin commented 5 years ago

@acogoluegnes no, I don't think so. The issue is almost certainly with this line.