Uses of Class
org.apache.qpid.jms.JmsDestination
Packages that use JmsDestination
Package
Description
The core AMQP JMS client implementation classes.
-
Uses of JmsDestination in org.apache.qpid.jms
Subclasses of JmsDestination in org.apache.qpid.jmsModifier and TypeClassDescriptionclassJMS Queue implementationclassTemporary Destination ObjectclassTemporary Queue ObjectclassTemporary Topic ObjectclassJMS Topic object.Methods in org.apache.qpid.jms that return JmsDestinationMethods in org.apache.qpid.jms with parameters of type JmsDestinationModifier and TypeMethodDescriptionintJmsDestination.compareTo(JmsDestination other) protected booleanJmsConnection.isTemporaryDestinationDeleted(JmsDestination destination) Constructors in org.apache.qpid.jms with parameters of type JmsDestinationModifierConstructorDescriptionJmsDurableTopicSubscriber(JmsConsumerId id, JmsSession s, JmsDestination destination, String name, boolean noLocal, String selector) protectedJmsMessageConsumer(JmsConsumerId consumerId, JmsSession session, JmsDestination destination, String selector, boolean noLocal) protectedJmsMessageConsumer(JmsConsumerId consumerId, JmsSession session, JmsDestination destination, String name, String selector, boolean noLocal) protectedJmsMessageProducer(JmsProducerId producerId, JmsSession session, JmsDestination destination) protectedJmsQueueBrowser(JmsSession session, JmsDestination destination, String selector) Constructor for an JmsQueueBrowser - used internallyprotectedJmsQueueReceiver(JmsConsumerId id, JmsSession session, JmsDestination dest, String selector) ConstructorprotectedJmsQueueSender(JmsProducerId id, JmsSession session, JmsDestination destination) JmsSharedDurableMessageConsumer(JmsConsumerId id, JmsSession s, JmsDestination destination, String name, String selector) JmsSharedMessageConsumer(JmsConsumerId id, JmsSession s, JmsDestination destination, String name, String selector) protectedJmsTopicPublisher(JmsProducerId id, JmsSession session, JmsDestination destination) -
Uses of JmsDestination in org.apache.qpid.jms.message
Methods in org.apache.qpid.jms.message that return JmsDestinationModifier and TypeMethodDescriptionJmsOutboundMessageDispatch.getDestination()JmsDefaultUnresolvedDestinationTransformer.transform(jakarta.jms.Destination destination) JmsUnresolvedDestinationTransformer.transform(jakarta.jms.Destination destination) Given a JMS Destination attempt to determine the type of JmsDestination to create.Given a destination name return a matching JmsDestination object.static JmsDestinationJmsMessageTransformation.transformDestination(JmsConnection connection, jakarta.jms.Destination destination) Creates a an available JMS message from another provider.Methods in org.apache.qpid.jms.message with parameters of type JmsDestinationModifier and TypeMethodDescriptionvoidJmsOutboundMessageDispatch.setDestination(JmsDestination destination) -
Uses of JmsDestination in org.apache.qpid.jms.message.facade
Methods in org.apache.qpid.jms.message.facade that return JmsDestinationModifier and TypeMethodDescriptionJmsMessageFacade.getDestination()Gets the Destination value that was assigned to this message at the time it was sent.JmsMessageFacade.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 JmsDestinationModifier and TypeMethodDescriptionvoidJmsMessageFacade.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 JmsDestinationModifier and TypeMethodDescriptionJmsConsumerInfo.getDestination()JmsProducerInfo.getDestination()Methods in org.apache.qpid.jms.meta with parameters of type JmsDestinationModifier and TypeMethodDescriptionvoidJmsConsumerInfo.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 JmsDestinationModifier and TypeMethodDescriptionintJmsDefaultPrefetchPolicy.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.JmsDefaultMessageIDPolicy.getMessageIDBuilder(JmsSession session, JmsDestination destination) JmsMessageIDPolicy.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 -
Uses of JmsDestination in org.apache.qpid.jms.provider.amqp.message
Methods in org.apache.qpid.jms.provider.amqp.message that return JmsDestinationModifier and TypeMethodDescriptionAmqpJmsMessageFacade.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) AmqpJmsMessageFacade.getReplyTo()Methods in org.apache.qpid.jms.provider.amqp.message with parameters of type JmsDestinationModifier and TypeMethodDescriptionstatic 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.