Spring uses RabbitMQ which is efficient for sending and receiving asynchronous messages.
Property based configuration
follows standard Rabbit consumption
Producer:
Spring provides Rabbit Template
Default configuration with spring boot
Provide the exchange and queue name
Allows to post messages as Object or String
Consumer:
Spring provides listener implementations
Response to messages in the queue and execute some logic
No comments:
Post a Comment