Class JMSDocumentDestination<T>

java.lang.Object
no.mnemonic.messaging.documentchannel.jms.JMSDocumentDestination<T>
Type Parameters:
T - document type
All Implemented Interfaces:
AutoCloseable, DocumentDestination<T>

public class JMSDocumentDestination<T> extends Object implements DocumentDestination<T>
JMS version of a document channel destination. The source is configured with a JMS session, which points to a JMS server/cluster and a destination, which may be a topic or a queue.