Package org.springframework.amqp.rabbit.batch
Provides classes for message batching.
-
Interface Summary Interface Description BatchingStrategy Strategy for batching messages. -
Class Summary Class Description MessageBatch An object encapsulating aMessage
containing the batch of messages, the exchange, and routing key.SimpleBatchingStrategy A simple batching strategy that supports only one exchange/routingKey; includes a batch size, a batched message size limit and a timeout.