| 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.policy | |
| 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) |
| 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 |
|---|---|
int |
JmsDefaultPrefetchPolicy.getConfiguredPrefetch(JmsSession session,
JmsDestination destination,
boolean durable,
boolean browser) |
int |
JmsPrefetchPolicy.getConfiguredPrefetch(JmsSession session,
JmsDestination destination,
boolean durable,
boolean browser)
Returns the prefetch value to use when creating a MessageConsumer instance.
|
int |
JmsDefaultRedeliveryPolicy.getMaxRedeliveries(JmsDestination destination) |
int |
JmsRedeliveryPolicy.getMaxRedeliveries(JmsDestination destination)
Returns the configured maximum redeliveries that a message will be
allowed to have before it is rejected by this client for a given destination.
|
JmsMessageIDBuilder |
JmsMessageIDPolicy.getMessageIDBuilder(JmsSession session,
JmsDestination destination)
Returns the JmsMessageIDBuilder that should be used with the producer being created.
|
JmsMessageIDBuilder |
JmsDefaultMessageIDPolicy.getMessageIDBuilder(JmsSession session,
JmsDestination destination) |
int |
JmsDefaultRedeliveryPolicy.getOutcome(JmsDestination destination) |
int |
JmsRedeliveryPolicy.getOutcome(JmsDestination destination)
Returns the configured outcome that will be used when rejecting the
message by this client for the given destination when the message has
reached the maximum redelivery threshold.
|
boolean |
JmsDefaultPresettlePolicy.isConsumerPresttled(JmsSession session,
JmsDestination destination) |
boolean |
JmsPresettlePolicy.isConsumerPresttled(JmsSession session,
JmsDestination destination)
Determines when a consumer will be created with the settlement mode set to presettled.
|
boolean |
JmsDefaultPresettlePolicy.isProducerPresttled(JmsSession session,
JmsDestination destination) |
boolean |
JmsPresettlePolicy.isProducerPresttled(JmsSession session,
JmsDestination destination)
Determines when a producer will send message presettled.
|
boolean |
JmsDeserializationPolicy.isTrustedType(JmsDestination destination,
Class<?> clazz)
Returns whether the given class is a trusted type and can be deserialized
by the client when calls to
ObjectMessage.getObject() are made. |
boolean |
JmsDefaultDeserializationPolicy.isTrustedType(JmsDestination destination,
Class<?> clazz) |
| Modifier and Type | Method and Description |
|---|---|
JmsDestination |
AmqpConsumer.getDestination() |
| Modifier and Type | Method and Description |
|---|---|
JmsDestination |
AmqpJmsMessageFacade.getDestination() |
static 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.
|
static JmsDestination |
AmqpDestinationHelper.getJmsReplyTo(AmqpJmsMessageFacade message,
JmsDestination consumerDestination) |
JmsDestination |
AmqpJmsMessageFacade.getReplyTo() |
| Modifier and Type | Method and Description |
|---|---|
static String |
AmqpDestinationHelper.getDestinationAddress(JmsDestination destination,
AmqpConnection connection) |
static 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.
|
static JmsDestination |
AmqpDestinationHelper.getJmsReplyTo(AmqpJmsMessageFacade message,
JmsDestination consumerDestination) |
void |
AmqpJmsMessageFacade.setDestination(JmsDestination destination) |
void |
AmqpJmsMessageFacade.setReplyTo(JmsDestination replyTo) |
static void |
AmqpDestinationHelper.setReplyToAddressFromDestination(AmqpJmsMessageFacade message,
JmsDestination destination) |
static void |
AmqpDestinationHelper.setReplyToAnnotationFromDestination(JmsDestination destination,
org.apache.qpid.proton.amqp.messaging.MessageAnnotations annotations) |
static void |
AmqpDestinationHelper.setToAddressFromDestination(AmqpJmsMessageFacade message,
JmsDestination destination) |
static void |
AmqpDestinationHelper.setToAnnotationFromDestination(JmsDestination destination,
org.apache.qpid.proton.amqp.messaging.MessageAnnotations annotations) |
static org.apache.qpid.proton.amqp.Symbol |
AmqpDestinationHelper.toTypeCapability(JmsDestination destination)
Return the appropriate type capability to describe the given Destination.
|
Copyright © 2013–2019 The Apache Software Foundation. All rights reserved.