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.hostRabbitMQ host (e.g. localhost)spring.rabbitmq.portRabbitMQ port (default is 5672)spring.rabbitmq.usernameLogin user to authenticate to the brokerspring.rabbitmq.passwordLogin to authenticate against the brokerspring.rabbitmq.virtual-hostVirtual host to use when connecting to the broker (e.g. /dev)message.enableddisable messaging if false