Learning Rabbitmq With C# by Saineshwar Bageri

Learning Rabbitmq With C# by Saineshwar Bageri

Author:Saineshwar Bageri
Language: eng
Format: epub, pdf
Publisher: BPB Publications
Published: 2019-03-14T00:00:00+00:00


Types of Exchanges

1. Direct

2. fanout

3. Headers

4. Topic

Details of Exchanges

1. Direct: A direct exchange delivers messages to queues based on a message routing key.

In a direct exchange, the message is routed to the queues whose binding key exactly matches the routing key of the message.

2. Fanout: A fanout exchange routes messages to all of the queues that are bound to it.

3. Topic: The topic exchange does a wildcard match between the routing key and the routing pattern specified in the binding.

4. Headers: Headers exchanges use the message header attributes for routing.



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.