Skip to content

Java client to Rabbit Mq doesn't work #28

Description

@bogdartysh

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")

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions