JMS queues and AMQP queues have different semantics. For example, JMS sends queued messages to only one consumer. While AMQP queues do the same thing, AMQP producers don’t send messages directly to queues. Instead, a message is sent to an exchange, which can go to a single queue, or fanout to multiple queues, emulating the concept of JMS topics. For more, see https://spring.io/understanding/AMQP
-
Notifications
You must be signed in to change notification settings - Fork 0
sowieso-fruehling/springboot-rabbitmq
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Example of sending and receiving messages using rabbitMQ
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published