Record -
rabbitmq
: RabbitMQServiceConfig
Represents the list of parameters required to create a subscription.
Fields
- queueConfig QueueConfiguration
-
Specifies configuration details about the queue to be subscribed to.
- ackMode AcknowledgementMode (default AUTO_ACK)
-
Type of acknowledgement mode.
- prefetchCount int
-
Maximum number of messages that the server will deliver, 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, 0 if unlimited.