Questions tagged [nservicebus-rabbitmq]

NServiceBus provides support for sending messages over RabbitMQ

NServiceBus provides support for sending messages over using the RabbitMQ Client.

4 questions
2
votes
1 answer

NServiceBus crashes when losing connectivity to RabbitMQ host

We're having a problem that NServiceBus crashes after about 4-5 minutes after connection lost to RabbitMQ Server. To reproduce, I started my app, saw that RabbitMQ sees the connections, disconnected my network cable, and waited. After about 5…
developer82
  • 13,237
  • 21
  • 88
  • 153
1
vote
2 answers

How to defer an event in NServiceBus 6.0?

We're using NserviceBus as our messaging infrastructure with RabbitMQ as the transport. I'm trying to upgrade to NServiceBus 6.0 from 5.* version. In 5.0, we could defer events using "Bus.Defer()". But it seems like in 6.0 we can defer only…
Naren
  • 298
  • 2
  • 10
0
votes
1 answer

Subscriber addresses for particular message type when using NServiceBus and RabbitMQ as transport

Is there anyway to get the list of particular message type subscriber addresses when using NServiceBus and RabbitMQ as transport ?
0
votes
1 answer

NServiceBus RabbitMQ - DirectRoutingTopology vs Separate exchanges for each message type

We're using NServiceBus on top of MSMQ. Now we are making a move to use RabbitMQ - we would like a centralized queue, and found that RabbitMQ best answer our needs. Converting our project was easy, and in RabbitMQ we've noticed that it created an…