public abstract class BeanVendorAdapter extends JMSVendorAdapter
| Modifier and Type | Field and Description |
|---|---|
protected static String |
CONNECTION_FACTORY_CLASS |
CONNECT_ACTION, ON_EXCEPTION_ACTION, RECEIVE_ACTION, SEND_ACTION, SUBSCRIBE_ACTION| Constructor and Description |
|---|
BeanVendorAdapter() |
| Modifier and Type | Method and Description |
|---|---|
QueueConnectionFactory |
getQueueConnectionFactory(HashMap cfConfig) |
TopicConnectionFactory |
getTopicConnectionFactory(HashMap cfConfig) |
addVendorConnectionFactoryProperties, getJMSConnectionFactoryProperties, getJMSConnectorProperties, getQueue, getTopic, getVendorId, isMatchingConnectionFactory, isRecoverable, setProperties, setupApplicationProperties, setupMessageContextprotected static final String CONNECTION_FACTORY_CLASS
public QueueConnectionFactory getQueueConnectionFactory(HashMap cfConfig) throws Exception
getQueueConnectionFactory in class JMSVendorAdapterExceptionpublic TopicConnectionFactory getTopicConnectionFactory(HashMap cfConfig) throws Exception
getTopicConnectionFactory in class JMSVendorAdapterExceptionCopyright © The Apache Software Foundation. All Rights Reserved.