RabbitMQ: Broker unreachable error

1,124 views
Skip to first unread message

Alex Wheat

unread,
Mar 14, 2018, 3:01:04 PM3/14/18
to masstransit-discuss
After updating MassTransit packages to the latest versions (4.1.0.1426-develop) I can't get connected to RabbitMQ (3.6.15). Rabbit is up and running. I can connect to it using the UI. 

Previous version that I used was "4.0.0.1334-develop" and in order to connect to RabbitMQ I used 

IRabbitMqHost host = x.Host(new Uri("rabbitmq://guest:guest@localhost:5672/test"), h => { });

I have tried tried other options to connect to RabbitMQ. This one for example

IRabbitMqHost host = x.Host("localhost", 5672, "test", h => {
  h.Username("guest");
  h.Password("guest");
});

but still get this error message: "Broker unreachable: guest@localhost:5672/test"

Any ideas what could be wrong? 

Chris Patterson

unread,
Mar 15, 2018, 9:01:34 PM3/15/18
to masstrans...@googlegroups.com
Try the packages from today, there was an issue that may have been related.


--
You received this message because you are subscribed to the Google Groups "masstransit-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to masstransit-discuss+unsub...@googlegroups.com.
To post to this group, send email to masstransit-discuss@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/masstransit-discuss/89f17bd1-04d8-402e-8062-024e63a13e89%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages