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

58 Views Asked by At

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

1

There are 1 best solutions below

0
On

NServiceBus has two modes of pubsub. Native and non-native. RabbitMQ uses native pubsub. What NServiceBus does is setup the RabbitMQ routing topology based on convention.

You can use RabbitMQ management tools to see all this data.