Questions tagged [nservicebus-configuration]

NServiceBus is a highly pluggable, reliable, open source Enterprise Service Bus built on .NET, with many configuration options.

3 questions
0
votes
1 answer

How to monitor nservicebus queue length

We use nservicebus for a few applications and monitor endpoint heartbeats and failed messages through service pulse. Most of the time messages are processed within minutes, but occasionally there is a spike in traffic and clients will ask if there…
Kye
  • 5,919
  • 10
  • 49
  • 84
0
votes
1 answer

Nservicebus 6 - Disable persistence

Is there a way to disable persistence. I have a azure worker role endpoint that listens to events published on the azure service bus endpoint. So I do not want any persistence in my subscriber.
Hari Subramaniam
  • 1,814
  • 5
  • 26
  • 46
0
votes
1 answer

Get EndPointName in NServiceBus 5

I'm in the process of upgrading my application from NServiceBus 4 to 5. I have a class that implements IWantToRunWhenBusStartsAndStops and on the Start() method I print out the EndpointName - taking it from NServiceBus.Configure.EndpointName On…
developer82
  • 13,237
  • 21
  • 88
  • 153