Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Java client to Rabbit Mq doesn't work #28

Open
bogdartysh opened this issue Sep 12, 2016 · 1 comment
Open

Java client to Rabbit Mq doesn't work #28

bogdartysh opened this issue Sep 12, 2016 · 1 comment

Comments

@bogdartysh
Copy link

bogdartysh commented Sep 12, 2016

Steps to reproduce:

  1. install rabbit MQ as described in http://www.rabbitmq.com/web-stomp.html
  2. 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););
  3. it failed to connect with

java.util.concurrent.TimeoutException: Connection timed out.

Looks like the reason is : rabbitMq has a not-empty path ("/stomp")

@bogdartysh
Copy link
Author

could be connected with https://github.com/projectodd/stilts/pull/23/commits ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant