--
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-dis...@googlegroups.com.
To post to this group, send email to masstrans...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/masstransit-discuss/f9586ad5-82f1-4227-b2e1-a74f3750f575%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
What version of MT are you using? The Uri does not appear to be constructed correctly. You must declare the username and password via the API. We stripe it out of the Uri so it doesn't end up in the logs. Also is the Uri rabbitmq:// protocall?
On Friday, October 18, 2013, Jereme Evans wrote:
I'm trying to use MassTransit with CloudAMQP, so MassTransit cannot create queues on the fly. It looks like it's throwing an error trying to create the control queue. I (think) I am specifying the control queue here:--Bus.Initialize(sbc => {sbc.UseRabbitMq();sbc.UseControlBus(cb => cb.ReceiveFrom(new MessageUrn(ConfigurationManager.AppSettings["LoggerControlQueue"])));sbc.ReceiveFrom(Settings.LoggerQueue);sbc.Subscribe(subs => subs.Handler<LogItem>(logitem => {IPersistentConnectionContext context = GlobalHost.ConnectionManager.GetConnectionContext<LoggerConnection>();context.Connection.Broadcast(logitem);}));});But I still end up with a fancy error, inner exception:
"An exception was thrown retrieving the endpoint:amqp://{redacted}@turtle.rmq.cloudamqp.com/thequeue_control"So, my question is, how can I specify that MassTransit should use specific queues vs trying to create new ones on the fly?Any tips on setting up MassTransit to work with CloudAMQP?Thanks!Jereme
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/f9586ad5-82f1-4227-b2e1-a74f3750f575%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
--
-Travis
To view this discussion on the web visit https://groups.google.com/d/msgid/masstransit-discuss/7ca0aace-cde9-4af2-a552-cd05e140bec9%40googlegroups.com.To unsubscribe from this group and stop receiving emails from it, send an email to masstransit-dis...@googlegroups.com.
To post to this group, send email to masstrans...@googlegroups.com.