| Constructors in org.codehaus.activemq with parameters of type ActiveMQConnectionFactory |
ActiveMQXAConnection(ActiveMQConnectionFactory factory,
java.lang.String theUserName,
java.lang.String thePassword,
TransportChannel transportChannel)
|
ActiveMQXAConnection(ActiveMQConnectionFactory factory,
java.lang.String theUserName,
java.lang.String thePassword)
|
ActiveMQConnection(ActiveMQConnectionFactory factory,
java.lang.String theUserName,
java.lang.String thePassword,
TransportChannel transportChannel)
Constructs a connection from an existing TransportChannel and user/password. |
ActiveMQConnection(ActiveMQConnectionFactory factory,
java.lang.String theUserName,
java.lang.String thePassword)
|