You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
write a simple client based on https://github.com/projectodd/stilts with StompClient client = new StompClient(new URI("stomp+ws", null, "localhost", 15674, "/stomp", null, null););
Steps to reproduce:
StompClient client = new StompClient(new URI("stomp+ws", null, "localhost", 15674, "/stomp", null, null););
Looks like the reason is : rabbitMq has a not-empty path ("/stomp")
The text was updated successfully, but these errors were encountered: