Modifier and Type | Method and Description |
---|---|
ActiveMQConnectionRequestInfo |
ActiveMQConnectionRequestInfo.copy() |
ActiveMQConnectionRequestInfo |
ActiveMQConnectionSupport.getInfo()
Gets the connection request information.
|
ActiveMQConnectionRequestInfo |
MessageResourceAdapter.getInfo() |
Modifier and Type | Method and Description |
---|---|
void |
ActiveMQManagedConnection.associate(Subject subject,
ActiveMQConnectionRequestInfo info) |
protected org.apache.activemq.ActiveMQConnectionFactory |
ActiveMQConnectionSupport.createConnectionFactory(ActiveMQConnectionRequestInfo connectionRequestInfo,
MessageActivationSpec activationSpec)
Creates a factory for obtaining physical connections to an Active MQ
broker.
|
org.apache.activemq.ActiveMQConnection |
ActiveMQConnectionSupport.makeConnection(ActiveMQConnectionRequestInfo connectionRequestInfo)
Creates a new physical connection to an Active MQ broker identified by given
connection request information.
|
org.apache.activemq.ActiveMQConnection |
MessageResourceAdapter.makeConnection(ActiveMQConnectionRequestInfo info) |
org.apache.activemq.ActiveMQConnection |
ActiveMQConnectionSupport.makeConnection(ActiveMQConnectionRequestInfo connectionRequestInfo,
org.apache.activemq.ActiveMQConnectionFactory connectionFactory)
Creates a new physical connection to an Active MQ broker using a given
connection factory and credentials supplied in connection request information.
|
protected void |
ActiveMQConnectionSupport.setInfo(ActiveMQConnectionRequestInfo connectionRequestInfo)
Sets the connection request information as a whole.
|
Constructor and Description |
---|
ActiveMQConnectionFactory(ActiveMQManagedConnectionFactory factory,
ConnectionManager manager,
ActiveMQConnectionRequestInfo connectionRequestInfo) |
ActiveMQManagedConnection(Subject subject,
org.apache.activemq.ActiveMQConnection physicalConnection,
ActiveMQConnectionRequestInfo info) |
Copyright © 2005–2017 FuseSource, Corp.. All rights reserved.