Class RMDeliveryInterceptor

All Implemented Interfaces:
Interceptor<Message>, PhaseInterceptor<Message>

public class RMDeliveryInterceptor extends AbstractRMInterceptor<Message>
Interceptor used for InOrder delivery of messages to the destination. This works with DestinationSequence to allow only one message at a time from a particular sequence through to the destination (since otherwise there is no way to enforce in-order delivery).