RabbitMQ Backends for .NET

The .NET Agent automatically detects RabbitMQ backends based upon calls from instrumented tiers. RabbitMQ exit points are methods that publish or push messages to a queue. RabbitMQ entry points are methods that listen or poll for new messages in the queue.

Note: .NET extends support for BasicPublish and BasicConsume in the RabbitMQ client >= 6.0.0.

If you are using NServiceBus over the RabbitMQ transport, see NServiceBus Backends for .NET.