Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 714 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 714 Bytes

GBIF Registry Messaging

This module includes messaging related functionality. It uses gbif-postal-service internally to create an instance of MessagePublisher interface. RabbitMQ is a message broker.

Configuration

  • 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 broker
  • spring.rabbitmq.password Login to authenticate against the broker
  • spring.rabbitmq.virtual-host Virtual host to use when connecting to the broker (e.g. /dev)
  • message.enabled disable messaging if false

Parent