Package org.springframework.batch.container.jms
Interface Summary Interface Description BatchMessageListenerContainer.ContainerDelegate Class Summary Class Description BatchMessageListenerContainer Message listener container adapted for intercepting the message reception with advice provided through configuration.
To enable batching of messages in a single transaction, use theTransactionInterceptorand theRepeatOperationsInterceptorin the advice chain (with or without a transaction manager set in the base class).