| Package | Description |
|---|---|
| org.apache.qpid.jms |
The core AMQP JMS client implementation classes.
|
| org.apache.qpid.jms.meta | |
| org.apache.qpid.jms.provider | |
| org.apache.qpid.jms.provider.amqp | |
| org.apache.qpid.jms.provider.amqp.builders | |
| org.apache.qpid.jms.provider.failover |
| Modifier and Type | Method and Description |
|---|---|
protected JmsConnectionInfo |
JmsConnectionFactory.configureConnectionInfo(String username,
String password) |
| Constructor and Description |
|---|
JmsConnection(JmsConnectionInfo connectionInfo,
Provider provider) |
JmsQueueConnection(JmsConnectionInfo connectionInfo,
Provider provider) |
JmsTopicConnection(JmsConnectionInfo connectionInfo,
Provider provider) |
| Modifier and Type | Method and Description |
|---|---|
JmsConnectionInfo |
JmsConnectionInfo.copy() |
| Modifier and Type | Method and Description |
|---|---|
int |
JmsConnectionInfo.compareTo(JmsConnectionInfo other) |
void |
JmsResourceVistor.processConnectionInfo(JmsConnectionInfo connectionInfo) |
void |
JmsDefaultResourceVisitor.processConnectionInfo(JmsConnectionInfo connectionInfo) |
| Constructor and Description |
|---|
JmsSessionInfo(JmsConnectionInfo connectionInfo,
long sessionId) |
| Modifier and Type | Method and Description |
|---|---|
void |
Provider.connect(JmsConnectionInfo connectionInfo)
Performs the initial low level connection for this provider such as TCP or
SSL connection to a remote Broker.
|
void |
ProviderWrapper.connect(JmsConnectionInfo connectionInfo) |
| Modifier and Type | Method and Description |
|---|---|
void |
AmqpProvider.connect(JmsConnectionInfo connectionInfo) |
| Constructor and Description |
|---|
AmqpConnection(AmqpProvider provider,
JmsConnectionInfo info,
org.apache.qpid.proton.engine.Connection protonConnection) |
AmqpConnectionProperties(JmsConnectionInfo connectionInfo,
AmqpProvider provider)
Creates a new instance of this class with default values read from the
given JmsConnectionInfo object.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AmqpClosedConnectionBuilder.afterClosed(AmqpConnection resource,
JmsConnectionInfo resourceInfo) |
protected org.apache.qpid.proton.engine.Connection |
AmqpConnectionBuilder.createEndpoint(JmsConnectionInfo resourceInfo) |
protected AmqpConnection |
AmqpConnectionBuilder.createResource(AmqpProvider parent,
JmsConnectionInfo resourceInfo,
org.apache.qpid.proton.engine.Connection endpoint) |
| Constructor and Description |
|---|
AmqpClosedConnectionBuilder(AmqpProvider parent,
JmsConnectionInfo resourceInfo) |
AmqpConnectionBuilder(AmqpProvider parent,
JmsConnectionInfo resourceInfo) |
| Modifier and Type | Method and Description |
|---|---|
void |
FailoverProvider.connect(JmsConnectionInfo connectionInfo) |
Copyright © 2013–2019 The Apache Software Foundation. All rights reserved.