Outbox RabbitMQ
Dependencies
The outbox-rabbitmq
module provides an outbox message publisher for RabbitMQ.
Backend
The samples below assume the valtimo-dependency-versions module is used. If not, please specify the artifact version as well.
Maven dependency:
Gradle dependency:
Configuration
In order to use this module, the following configuration properties need to be added to the application properties. Please adjust values to match the environment:
application.yml
application.yml
Using an exchange can be useful when you want more refined control over what targets (queues or topics) will receive the message. It is also possible to setup multiple targets via the RabbitMQ configuration.
Last updated