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, setupMessageContext
protected static final String CONNECTION_FACTORY_CLASS
public QueueConnectionFactory getQueueConnectionFactory(HashMap cfConfig) throws Exception
getQueueConnectionFactory
in class JMSVendorAdapter
Exception
public TopicConnectionFactory getTopicConnectionFactory(HashMap cfConfig) throws Exception
getTopicConnectionFactory
in class JMSVendorAdapter
Exception
Copyright © The Apache Software Foundation. All Rights Reserved.