Unable to get STOMP setup running #8139
Replies: 2 comments
-
Please use GitHub Discussions for questions if the repository has them enabled. They are no longer a new experimental feature on GitHub. Start with inspecting the logs: do you see any messages related to plugins? The community Docker image's own docs suggest that you either run |
Beta Was this translation helpful? Give feedback.
-
-p 61613:61613 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
I have done the rabbitmq setup using the readily available Docker image rabbitmq:3.11-management. Now i could see that ports 5672 and 15672 are in listening mode. Now, i want to enable STOMP plugin which must listen to 61613 port.
But, after enabling, i am unable to see the 61613 port listening. Also, unable to telnet to the RabbitMQ/Stomp setup from my controller.
Could you please help ?
Reproduction steps
1.docker run -it --rm --name rabbitmq -p 5672:5672 -p 15672:15672 rabbitmq:3.11-management
2. rabbitmq-plugins enable rabbitmq_stomp
3. netstat -antp | grep 61613 ( Unable to see the post listening)
Expected behavior
I must see the port 61613 in listening mode
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions