Package | Description |
---|---|
org.apache.activemq.ra |
JCA managed connections and resource adapters for working with ActiveMQ
|
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 ActiveMQConnectionFactory |
ActiveMQConnectionSupport.createConnectionFactory(ActiveMQConnectionRequestInfo connectionRequestInfo,
MessageActivationSpec activationSpec)
Creates a factory for obtaining physical connections to an Active MQ
broker.
|
ActiveMQConnection |
ActiveMQConnectionSupport.makeConnection(ActiveMQConnectionRequestInfo connectionRequestInfo)
Creates a new physical connection to an Active MQ broker identified by
given connection request information.
|
ActiveMQConnection |
MessageResourceAdapter.makeConnection(ActiveMQConnectionRequestInfo info) |
ActiveMQConnection |
ActiveMQConnectionSupport.makeConnection(ActiveMQConnectionRequestInfo connectionRequestInfo,
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,
javax.resource.spi.ConnectionManager manager,
ActiveMQConnectionRequestInfo connectionRequestInfo) |
ActiveMQManagedConnection(Subject subject,
ActiveMQConnection physicalConnection,
ActiveMQConnectionRequestInfo info) |
Copyright © 2005–2017 The Apache Software Foundation. All rights reserved.