Some basic differences between Queues and Topics

Queue
• Guaranteed Service
• Only the Target gets the message (One message per Consumer)
• Uses Peer-to-Peer Mode to deliver messages
• Blocking
• Load Balancing is possible

Topic
• Reliable Service
• Everyone active gets the message (One message many Consumers)
• Uses Pub / Sub mode to deliver messages
• Non-Blocking
• Load Balancing is not Possible

Leave a Reply

Your email address will not be published. Required fields are marked *

Main Menu