Package | Description |
---|---|
org.apache.qpid.jms |
The core AMQP JMS client implementation classes.
|
org.apache.qpid.jms.message | |
org.apache.qpid.jms.message.facade | |
org.apache.qpid.jms.meta | |
org.apache.qpid.jms.provider.amqp | |
org.apache.qpid.jms.provider.amqp.message |
Modifier and Type | Class and Description |
---|---|
class |
JmsQueue
JMS Queue implementation
|
class |
JmsTemporaryDestination
Temporary Destination Object
|
class |
JmsTemporaryQueue
Temporary Queue Object
|
class |
JmsTemporaryTopic
Temporary Topic Object
|
class |
JmsTopic
JMS Topic object.
|
Modifier and Type | Method and Description |
---|---|
JmsDestination |
JmsMessageConsumer.getDestination() |
Modifier and Type | Method and Description |
---|---|
int |
JmsDestination.compareTo(JmsDestination other) |
protected boolean |
JmsConnection.isTemporaryDestinationDeleted(JmsDestination destination) |
Constructor and Description |
---|
JmsDurableTopicSubscriber(JmsConsumerId id,
JmsSession s,
JmsDestination destination,
String name,
boolean noLocal,
String selector) |
JmsMessageConsumer(JmsConsumerId consumerId,
JmsSession session,
JmsDestination destination,
String selector,
boolean noLocal) |
JmsMessageConsumer(JmsConsumerId consumerId,
JmsSession session,
JmsDestination destination,
String name,
String selector,
boolean noLocal) |
JmsMessageProducer(JmsProducerId producerId,
JmsSession session,
JmsDestination destination) |
JmsQueueBrowser(JmsSession session,
JmsDestination destination,
String selector)
Constructor for an JmsQueueBrowser - used internally
|
JmsQueueReceiver(JmsConsumerId id,
JmsSession session,
JmsDestination dest,
String selector)
Constructor
|
JmsQueueSender(JmsProducerId id,
JmsSession session,
JmsDestination destination) |
JmsTopicPublisher(JmsProducerId id,
JmsSession session,
JmsDestination destination) |
Modifier and Type | Method and Description |
---|---|
JmsDestination |
JmsOutboundMessageDispatch.getDestination() |
JmsDestination |
JmsDefaultUnresolvedDestinationTransformer.transform(javax.jms.Destination destination) |
JmsDestination |
JmsUnresolvedDestinationTransformer.transform(javax.jms.Destination destination)
Given a JMS Destination attempt to determine the type of JmsDestination to
create.
|
JmsDestination |
JmsDefaultUnresolvedDestinationTransformer.transform(String destination) |
JmsDestination |
JmsUnresolvedDestinationTransformer.transform(String destination)
Given a destination name return a matching JmsDestination object.
|
static JmsDestination |
JmsMessageTransformation.transformDestination(JmsConnection connection,
javax.jms.Destination destination)
Creates a an available JMS message from another provider.
|
Modifier and Type | Method and Description |
---|---|
void |
JmsOutboundMessageDispatch.setDestination(JmsDestination destination) |
Modifier and Type | Method and Description |
---|---|
JmsDestination |
JmsMessageFacade.getDestination()
Gets the Destination value that was assigned to this message at the time it was
sent.
|
JmsDestination |
JmsMessageFacade.getReplyTo()
Gets the Destination where replies for this Message are to be sent to.
|
Modifier and Type | Method and Description |
---|---|
void |
JmsMessageFacade.setDestination(JmsDestination destination)
Sets the Destination that this message is being sent to.
|
void |
JmsMessageFacade.setReplyTo(JmsDestination replyTo)
Sets the Destination where replies to this Message are to be sent.
|
Modifier and Type | Method and Description |
---|---|
JmsDestination |
JmsProducerInfo.getDestination() |
JmsDestination |
JmsConsumerInfo.getDestination() |
Modifier and Type | Method and Description |
---|---|
void |
JmsProducerInfo.setDestination(JmsDestination destination) |
void |
JmsConsumerInfo.setDestination(JmsDestination destination) |
Modifier and Type | Method and Description |
---|---|
JmsDestination |
AmqpConsumer.getDestination() |
Modifier and Type | Method and Description |
---|---|
JmsDestination |
AmqpJmsMessageFacade.getDestination() |
JmsDestination |
AmqpDestinationHelper.getJmsDestination(AmqpJmsMessageFacade message,
JmsDestination consumerDestination)
Decode the provided To address, type description, and consumer destination
information such that an appropriate Destination object can be returned.
|
JmsDestination |
AmqpDestinationHelper.getJmsReplyTo(AmqpJmsMessageFacade message,
JmsDestination consumerDestination) |
JmsDestination |
AmqpJmsMessageFacade.getReplyTo() |
Modifier and Type | Method and Description |
---|---|
String |
AmqpDestinationHelper.getDestinationAddress(JmsDestination destination,
AmqpConnection conn) |
JmsDestination |
AmqpDestinationHelper.getJmsDestination(AmqpJmsMessageFacade message,
JmsDestination consumerDestination)
Decode the provided To address, type description, and consumer destination
information such that an appropriate Destination object can be returned.
|
JmsDestination |
AmqpDestinationHelper.getJmsReplyTo(AmqpJmsMessageFacade message,
JmsDestination consumerDestination) |
void |
AmqpJmsMessageFacade.setDestination(JmsDestination destination) |
void |
AmqpJmsMessageFacade.setReplyTo(JmsDestination replyTo) |
void |
AmqpDestinationHelper.setReplyToAddressFromDestination(AmqpJmsMessageFacade message,
JmsDestination destination) |
void |
AmqpDestinationHelper.setToAddressFromDestination(AmqpJmsMessageFacade message,
JmsDestination destination) |
org.apache.qpid.proton.amqp.Symbol |
AmqpDestinationHelper.toTypeCapability(JmsDestination destination)
Return the appropriate type capability to describe the given Destination.
|
Copyright © 2013–2016 The Apache Software Foundation. All rights reserved.