Class SpringMessagingProducerAdapter<T>

java.lang.Object
ca.uhn.fhir.broker.jms.SpringMessagingProducerAdapter<T>
Type Parameters:
T - the type of payload this message producer is expecting to send
All Implemented Interfaces:
IChannelProducer<T>

public class SpringMessagingProducerAdapter<T> extends Object implements IChannelProducer<T>
Adapt a Spring Messaging (JMS) Queue to IChannelProducer