Uses of Class
org.apache.qpid.jms.JmsDestination
-
Packages that use JmsDestination 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 -
-
Uses of JmsDestination in org.apache.qpid.jms
Subclasses of JmsDestination in org.apache.qpid.jms Modifier and Type Class Description classJmsQueueJMS Queue implementationclassJmsTemporaryDestinationTemporary Destination ObjectclassJmsTemporaryQueueTemporary Queue ObjectclassJmsTemporaryTopicTemporary Topic ObjectclassJmsTopicJMS Topic object.Methods in org.apache.qpid.jms that return JmsDestination Modifier and Type Method Description JmsDestinationJmsMessageConsumer. getDestination()Methods in org.apache.qpid.jms with parameters of type JmsDestination Modifier and Type Method Description intJmsDestination. compareTo(JmsDestination other)protected booleanJmsConnection. isTemporaryDestinationDeleted(JmsDestination destination) -
Uses of JmsDestination in org.apache.qpid.jms.message
Methods in org.apache.qpid.jms.message that return JmsDestination Modifier and Type Method Description JmsDestinationJmsOutboundMessageDispatch. getDestination()JmsDestinationJmsDefaultUnresolvedDestinationTransformer. transform(String destination)JmsDestinationJmsDefaultUnresolvedDestinationTransformer. transform(javax.jms.Destination destination)JmsDestinationJmsUnresolvedDestinationTransformer. transform(String destination)Given a destination name return a matching JmsDestination object.JmsDestinationJmsUnresolvedDestinationTransformer. transform(javax.jms.Destination destination)Given a JMS Destination attempt to determine the type of JmsDestination to create.static JmsDestinationJmsMessageTransformation. transformDestination(JmsConnection connection, javax.jms.Destination destination)Creates a an available JMS message from another provider.Methods in org.apache.qpid.jms.message with parameters of type JmsDestination Modifier and Type Method Description voidJmsOutboundMessageDispatch. setDestination(JmsDestination destination) -
Uses of JmsDestination in org.apache.qpid.jms.message.facade
Methods in org.apache.qpid.jms.message.facade that return JmsDestination Modifier and Type Method Description JmsDestinationJmsMessageFacade. getDestination()Gets the Destination value that was assigned to this message at the time it was sent.JmsDestinationJmsMessageFacade. getReplyTo()Gets the Destination where replies for this Message are to be sent to.Methods in org.apache.qpid.jms.message.facade with parameters of type JmsDestination Modifier and Type Method Description voidJmsMessageFacade. setDestination(JmsDestination destination)Sets the Destination that this message is being sent to.voidJmsMessageFacade. setReplyTo(JmsDestination replyTo)Sets the Destination where replies to this Message are to be sent. -
Uses of JmsDestination in org.apache.qpid.jms.meta
Methods in org.apache.qpid.jms.meta that return JmsDestination Modifier and Type Method Description JmsDestinationJmsConsumerInfo. getDestination()JmsDestinationJmsProducerInfo. getDestination()Methods in org.apache.qpid.jms.meta with parameters of type JmsDestination Modifier and Type Method Description voidJmsConsumerInfo. setDestination(JmsDestination destination)voidJmsProducerInfo. setDestination(JmsDestination destination) -
Uses of JmsDestination in org.apache.qpid.jms.policy
Methods in org.apache.qpid.jms.policy with parameters of type JmsDestination Modifier and Type Method Description intJmsDefaultPrefetchPolicy. getConfiguredPrefetch(JmsSession session, JmsDestination destination, boolean durable, boolean browser)intJmsPrefetchPolicy. getConfiguredPrefetch(JmsSession session, JmsDestination destination, boolean durable, boolean browser)Returns the prefetch value to use when creating a MessageConsumer instance.intJmsDefaultRedeliveryPolicy. getMaxRedeliveries(JmsDestination destination)intJmsRedeliveryPolicy. 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.JmsMessageIDBuilderJmsDefaultMessageIDPolicy. getMessageIDBuilder(JmsSession session, JmsDestination destination)JmsMessageIDBuilderJmsMessageIDPolicy. getMessageIDBuilder(JmsSession session, JmsDestination destination)Returns the JmsMessageIDBuilder that should be used with the producer being created.intJmsDefaultRedeliveryPolicy. getOutcome(JmsDestination destination)intJmsRedeliveryPolicy. 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.booleanJmsDefaultPresettlePolicy. isConsumerPresttled(JmsSession session, JmsDestination destination)booleanJmsPresettlePolicy. isConsumerPresttled(JmsSession session, JmsDestination destination)Determines when a consumer will be created with the settlement mode set to presettled.booleanJmsDefaultPresettlePolicy. isProducerPresttled(JmsSession session, JmsDestination destination)booleanJmsPresettlePolicy. isProducerPresttled(JmsSession session, JmsDestination destination)Determines when a producer will send message presettled.booleanJmsDefaultDeserializationPolicy. isTrustedType(JmsDestination destination, Class<?> clazz)booleanJmsDeserializationPolicy. isTrustedType(JmsDestination destination, Class<?> clazz)Returns whether the given class is a trusted type and can be deserialized by the client when calls toObjectMessage.getObject()are made. -
Uses of JmsDestination in org.apache.qpid.jms.provider.amqp
Methods in org.apache.qpid.jms.provider.amqp that return JmsDestination Modifier and Type Method Description JmsDestinationAmqpConsumer. getDestination() -
Uses of JmsDestination in org.apache.qpid.jms.provider.amqp.message
Methods in org.apache.qpid.jms.provider.amqp.message that return JmsDestination Modifier and Type Method Description JmsDestinationAmqpJmsMessageFacade. getDestination()static JmsDestinationAmqpDestinationHelper. 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 JmsDestinationAmqpDestinationHelper. getJmsReplyTo(AmqpJmsMessageFacade message, JmsDestination consumerDestination)JmsDestinationAmqpJmsMessageFacade. getReplyTo()Methods in org.apache.qpid.jms.provider.amqp.message with parameters of type JmsDestination Modifier and Type Method Description static StringAmqpDestinationHelper. getDestinationAddress(JmsDestination destination, AmqpConnection connection)static JmsDestinationAmqpDestinationHelper. 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 JmsDestinationAmqpDestinationHelper. getJmsReplyTo(AmqpJmsMessageFacade message, JmsDestination consumerDestination)voidAmqpJmsMessageFacade. setDestination(JmsDestination destination)voidAmqpJmsMessageFacade. setReplyTo(JmsDestination replyTo)static voidAmqpDestinationHelper. setReplyToAddressFromDestination(AmqpJmsMessageFacade message, JmsDestination destination)static voidAmqpDestinationHelper. setReplyToAnnotationFromDestination(JmsDestination destination, org.apache.qpid.proton.amqp.messaging.MessageAnnotations annotations)static voidAmqpDestinationHelper. setToAddressFromDestination(AmqpJmsMessageFacade message, JmsDestination destination)static voidAmqpDestinationHelper. setToAnnotationFromDestination(JmsDestination destination, org.apache.qpid.proton.amqp.messaging.MessageAnnotations annotations)static org.apache.qpid.proton.amqp.SymbolAmqpDestinationHelper. toTypeCapability(JmsDestination destination)Return the appropriate type capability to describe the given Destination.
-