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 ConnectionFactory
JMSException
public Connection createConnection(String userName, String password) throws JMSException
createConnection
in interface ConnectionFactory
JMSException
public QueueConnection createQueueConnection() throws JMSException
createQueueConnection
in interface QueueConnectionFactory
JMSException
public QueueConnection createQueueConnection(String userName, String password) throws JMSException
createQueueConnection
in interface QueueConnectionFactory
JMSException
public TopicConnection createTopicConnection() throws JMSException
createTopicConnection
in interface TopicConnectionFactory
JMSException
public TopicConnection createTopicConnection(String userName, String password) throws JMSException
createTopicConnection
in interface TopicConnectionFactory
JMSException
Copyright © 2005–2016 FuseSource, Corp.. All rights reserved.