Package | Description |
---|---|
org.apache.qpid.jms |
The core AMQP JMS client implementation classes.
|
org.apache.qpid.jms.meta | |
org.apache.qpid.jms.provider.amqp | |
org.apache.qpid.jms.provider.amqp.builders |
Modifier and Type | Class and Description |
---|---|
class |
JmsTemporaryQueue
Temporary Queue Object
|
class |
JmsTemporaryTopic
Temporary Topic Object
|
Modifier and Type | Method and Description |
---|---|
protected void |
JmsConnection.checkConsumeFromTemporaryDestination(JmsTemporaryDestination destination) |
protected void |
JmsConnection.deleteTemporaryDestination(JmsTemporaryDestination destination) |
Modifier and Type | Method and Description |
---|---|
void |
JmsDefaultResourceVisitor.processDestination(JmsTemporaryDestination destination) |
void |
JmsResourceVistor.processDestination(JmsTemporaryDestination destination) |
Modifier and Type | Method and Description |
---|---|
void |
AmqpConnection.createTemporaryDestination(JmsTemporaryDestination destination,
AsyncResult request) |
AmqpTemporaryDestination |
AmqpConnection.getTemporaryDestination(JmsTemporaryDestination destination) |
Constructor and Description |
---|
AmqpTemporaryDestination(AmqpSession session,
JmsTemporaryDestination destination,
org.apache.qpid.proton.engine.Sender endpoint) |
Modifier and Type | Method and Description |
---|---|
protected org.apache.qpid.proton.engine.Sender |
AmqpTemporaryDestinationBuilder.createEndpoint(JmsTemporaryDestination resourceInfo) |
protected AmqpTemporaryDestination |
AmqpTemporaryDestinationBuilder.createResource(AmqpSession parent,
JmsTemporaryDestination resourceInfo,
org.apache.qpid.proton.engine.Sender endpoint) |
Constructor and Description |
---|
AmqpTemporaryDestinationBuilder(AmqpSession parent,
JmsTemporaryDestination resourceInfo) |
Copyright © 2013–2016 The Apache Software Foundation. All rights reserved.