public class InboundConnectionProxyFactory extends Object implements ConnectionFactory, QueueConnectionFactory, TopicConnectionFactory
ConnectionFactory implementation which creates connections which can
be used with the ActiveMQ JCA Resource Adapter to publish messages using the
same underlying JMS session that is used to dispatch messages.| Constructor and Description |
|---|
InboundConnectionProxyFactory() |
| Modifier and Type | Method and Description |
|---|---|
Connection |
createConnection() |
Connection |
createConnection(String userName,
String password) |
QueueConnection |
createQueueConnection() |
QueueConnection |
createQueueConnection(String userName,
String password) |
TopicConnection |
createTopicConnection() |
TopicConnection |
createTopicConnection(String userName,
String password) |
public InboundConnectionProxyFactory()
public Connection createConnection() throws JMSException
createConnection in interface ConnectionFactoryJMSExceptionpublic Connection createConnection(String userName, String password) throws JMSException
createConnection in interface ConnectionFactoryJMSExceptionpublic QueueConnection createQueueConnection() throws JMSException
createQueueConnection in interface QueueConnectionFactoryJMSExceptionpublic QueueConnection createQueueConnection(String userName, String password) throws JMSException
createQueueConnection in interface QueueConnectionFactoryJMSExceptionpublic TopicConnection createTopicConnection() throws JMSException
createTopicConnection in interface TopicConnectionFactoryJMSExceptionpublic TopicConnection createTopicConnection(String userName, String password) throws JMSException
createTopicConnection in interface TopicConnectionFactoryJMSExceptionCopyright © 2005–2016 The Apache Software Foundation. All rights reserved.