RabbitMQ entities
The following page explains how the Topics and Subscription entities in the Relativity Service Bus translate to the new entities in RabbitMQ. Where service bus has Topics, Subscriptions, and Queues, RabbitMQ has Exchanges, Queues, and Bindings:
Note: For more information, see AMQP 0-9-1 Model on the RabbitMQ website.
Exchanges
|
Queues
|
Bindings
|
|
None
|
If
a filtered subscription is present: a binding from the fanout exchange
to the direct exchange.
|
Deadletter
exchange to forward failed messaged to the subscription’s deadletter queue named {Topic}_{Subscription}-DLE.
|
|
|
Same
as subscription
|
Same
as subscription
|
|
|
|
|
You can use the RabbitMQ management UI to view the current status of entities on the Relativity Service Bus. For more information, see RabbitMQ management UI.