This module includes messaging related functionality.
It uses gbif-postal-service internally to create an instance of MessagePublisher
interface.
RabbitMQ is a message broker.
spring.rabbitmq.host
RabbitMQ host (e.g. localhost)spring.rabbitmq.port
RabbitMQ port (default is 5672)spring.rabbitmq.username
Login user to authenticate to the brokerspring.rabbitmq.password
Login to authenticate against the brokerspring.rabbitmq.virtual-host
Virtual host to use when connecting to the broker (e.g. /dev)message.enabled
disable messaging if false