Record -
rabbitmq
: RabbitMQServiceConfig
Configurations required to create a subscription.
Fields
- queueConfig QueueConfiguration
-
Configurations of the queue to be subscribed
- ackMode AcknowledgementMode (default AUTO_ACK)
-
Type of the acknowledgement mode
- prefetchCount int
-
Maximum number of messages that the server will deliver and 0 if unlimited. Unless explicitly given, this value is 10 by default.
- prefetchSize int
-
Maximum amount of content (measured in octets) that the server will deliver and 0 if unlimited