Uses of Class
org.apache.activemq.command.ActiveMQDestination
Packages that use ActiveMQDestination
Package
Description
The core JMS client API implementation classes.
Support for JMS Advisory messages as well as some helper listeners to listen to the clients, producers and consumers available.
Command objects used via the Command Pattern to communicate among nodes
Filter implementations for wildcards & JMS selectors
-
Uses of ActiveMQDestination in org.apache.activemq
Methods in org.apache.activemq that return ActiveMQDestinationModifier and TypeMethodDescriptionprotected ActiveMQDestinationActiveMQMessageConsumer.getDestination()static ActiveMQDestinationActiveMQMessageTransformation.transformDestination(jakarta.jms.Destination destination) Creates a an available JMS message from another provider.Methods in org.apache.activemq with parameters of type ActiveMQDestinationModifier and TypeMethodDescriptionvoidActiveMQConnection.destroyDestination(ActiveMQDestination destination) booleanActiveMQConnection.isDeleted(ActiveMQDestination dest) protected voidActiveMQSession.send(ActiveMQMessageProducer producer, ActiveMQDestination destination, jakarta.jms.Message message, int deliveryMode, int priority, long timeToLive, boolean disableMessageID, boolean disableMessageTimestamp, MemoryUsage producerWindow, int sendTimeout, AsyncCallback onComplete) Sends the message for dispatch by the broker.protected voidActiveMQSession.send(ActiveMQMessageProducer producer, ActiveMQDestination destination, jakarta.jms.Message message, int deliveryMode, int priority, long timeToLive, MemoryUsage producerWindow, int sendTimeout, AsyncCallback onComplete) Sends the message for dispatch by the broker.Constructors in org.apache.activemq with parameters of type ActiveMQDestinationModifierConstructorDescriptionActiveMQMessageConsumer(ActiveMQSession session, ConsumerId consumerId, ActiveMQDestination dest, String name, String selector, int prefetch, int maximumPendingMessageCount, boolean noLocal, boolean browser, boolean dispatchAsync, jakarta.jms.MessageListener messageListener) Create a MessageConsumerprotectedActiveMQMessageProducer(ActiveMQSession session, ProducerId producerId, ActiveMQDestination destination, int sendTimeout) protectedActiveMQQueueBrowser(ActiveMQSession session, ConsumerId consumerId, ActiveMQDestination destination, String selector, boolean dispatchAsync) Constructor for an ActiveMQQueueBrowser - used internallyprotectedActiveMQQueueReceiver(ActiveMQSession theSession, ConsumerId consumerId, ActiveMQDestination destination, String selector, int prefetch, int maximumPendingMessageCount, boolean asyncDispatch) protectedActiveMQQueueSender(ActiveMQSession session, ActiveMQDestination destination, int sendTimeout) protectedActiveMQTopicPublisher(ActiveMQSession session, ActiveMQDestination destination, int sendTimeout) protectedActiveMQTopicSubscriber(ActiveMQSession theSession, ConsumerId consumerId, ActiveMQDestination dest, String name, String selector, int prefetch, int maximumPendingMessageCount, boolean noLocalValue, boolean browserValue, boolean asyncDispatch) -
Uses of ActiveMQDestination in org.apache.activemq.advisory
Methods in org.apache.activemq.advisory that return ActiveMQDestinationMethods in org.apache.activemq.advisory with parameters of type ActiveMQDestinationModifier and TypeMethodDescriptionstatic ActiveMQTopic[]AdvisorySupport.getAllDestinationAdvisoryTopics(ActiveMQDestination destination) static ActiveMQTopicAdvisorySupport.getConsumerAdvisoryTopic(ActiveMQDestination destination) static ActiveMQTopicAdvisorySupport.getDestinationAdvisoryTopic(ActiveMQDestination destination) static ActiveMQTopicAdvisorySupport.getExpiredMessageTopic(ActiveMQDestination destination) static ActiveMQTopicAdvisorySupport.getExpiredQueueMessageAdvisoryTopic(ActiveMQDestination destination) static ActiveMQTopicAdvisorySupport.getExpiredTopicMessageAdvisoryTopic(ActiveMQDestination destination) static ActiveMQTopicAdvisorySupport.getFastProducerAdvisoryTopic(ActiveMQDestination destination) static ActiveMQTopicAdvisorySupport.getFullAdvisoryTopic(ActiveMQDestination destination) static ActiveMQTopicAdvisorySupport.getMessageConsumedAdvisoryTopic(ActiveMQDestination destination) static ActiveMQTopicAdvisorySupport.getMessageDeliveredAdvisoryTopic(ActiveMQDestination destination) static ActiveMQTopicAdvisorySupport.getMessageDiscardedAdvisoryTopic(ActiveMQDestination destination) static ActiveMQTopicAdvisorySupport.getMessageDispatchedAdvisoryTopic(ActiveMQDestination destination) static ActiveMQTopicAdvisorySupport.getMessageDLQdAdvisoryTopic(ActiveMQDestination destination) static ActiveMQTopicAdvisorySupport.getNoConsumersAdvisoryTopic(ActiveMQDestination destination) static ActiveMQTopicAdvisorySupport.getNoQueueConsumersAdvisoryTopic(ActiveMQDestination destination) static ActiveMQTopicAdvisorySupport.getNoTopicConsumersAdvisoryTopic(ActiveMQDestination destination) static ActiveMQTopicAdvisorySupport.getProducerAdvisoryTopic(ActiveMQDestination destination) static ActiveMQTopicAdvisorySupport.getSlowConsumerAdvisoryTopic(ActiveMQDestination destination) static ActiveMQTopicAdvisorySupport.getVirtualDestinationConsumerAdvisoryTopic(ActiveMQDestination destination) static booleanAdvisorySupport.isAdvisoryTopic(ActiveMQDestination destination) static booleanAdvisorySupport.isConnectionAdvisoryTopic(ActiveMQDestination destination) static booleanAdvisorySupport.isConsumerAdvisoryTopic(ActiveMQDestination destination) static booleanAdvisorySupport.isDestinationAdvisoryTopic(ActiveMQDestination destination) static booleanAdvisorySupport.isFastProducerAdvisoryTopic(ActiveMQDestination destination) static booleanAdvisorySupport.isFullAdvisoryTopic(ActiveMQDestination destination) static booleanAdvisorySupport.isMasterBrokerAdvisoryTopic(ActiveMQDestination destination) static booleanAdvisorySupport.isMessageConsumedAdvisoryTopic(ActiveMQDestination destination) static booleanAdvisorySupport.isMessageDeliveredAdvisoryTopic(ActiveMQDestination destination) static booleanAdvisorySupport.isMessageDiscardedAdvisoryTopic(ActiveMQDestination destination) static booleanAdvisorySupport.isMessageDispatchedAdvisoryTopic(ActiveMQDestination destination) static booleanAdvisorySupport.isNetworkBridgeAdvisoryTopic(ActiveMQDestination destination) static booleanAdvisorySupport.isProducerAdvisoryTopic(ActiveMQDestination destination) static booleanAdvisorySupport.isSlowConsumerAdvisoryTopic(ActiveMQDestination destination) static booleanAdvisorySupport.isTempDestinationAdvisoryTopic(ActiveMQDestination destination) static booleanAdvisorySupport.isVirtualDestinationConsumerAdvisoryTopic(ActiveMQDestination destination) Constructors in org.apache.activemq.advisory with parameters of type ActiveMQDestinationModifierConstructorDescriptionConsumerStartedEvent(ConsumerEventSource source, ActiveMQDestination destination, ConsumerInfo consumerInfo, int count) ConsumerStoppedEvent(ConsumerEventSource source, ActiveMQDestination destination, ConsumerId consumerId, int count) ProducerStartedEvent(ProducerEventSource source, ActiveMQDestination destination, ProducerInfo consumerInfo, int count) ProducerStoppedEvent(ProducerEventSource source, ActiveMQDestination destination, ProducerId consumerId, int count) -
Uses of ActiveMQDestination in org.apache.activemq.broker.region.policy
Methods in org.apache.activemq.broker.region.policy with parameters of type ActiveMQDestinationModifier and TypeMethodDescriptionRedeliveryPolicyMap.getEntryFor(ActiveMQDestination destination) -
Uses of ActiveMQDestination in org.apache.activemq.command
Subclasses of ActiveMQDestination in org.apache.activemq.commandModifier and TypeClassDescriptionclassclassclassclassclassFields in org.apache.activemq.command declared as ActiveMQDestinationModifier and TypeFieldDescriptionprotected ActiveMQDestination[]ActiveMQDestination.compositeDestinationsprotected ActiveMQDestinationConsumerControl.destinationprotected ActiveMQDestinationConsumerInfo.destinationprotected ActiveMQDestinationDestinationInfo.destinationprotected ActiveMQDestinationMessage.destinationprotected ActiveMQDestinationMessageAck.destinationprotected ActiveMQDestinationMessageDispatch.destinationprotected ActiveMQDestinationMessageDispatchNotification.destinationprotected ActiveMQDestinationMessagePull.destinationprotected ActiveMQDestinationProducerInfo.destinationprotected ActiveMQDestinationSubscriptionInfo.destinationprotected ActiveMQDestinationMessage.originalDestinationprotected ActiveMQDestinationMessage.replyToprotected ActiveMQDestinationSubscriptionInfo.subscribedDestinationMethods in org.apache.activemq.command that return ActiveMQDestinationModifier and TypeMethodDescriptionActiveMQDestination.createDestination(String name) static ActiveMQDestinationActiveMQDestination.createDestination(String name, byte defaultType) ActiveMQDestination.getCompositeDestinations()ConsumerControl.getDestination()ConsumerInfo.getDestination()The destination that the consumer is interested in receiving messages from.DestinationInfo.getDestination()JournalQueueAck.getDestination()JournalTopicAck.getDestination()Message.getDestination()MessageAck.getDestination()MessageDispatch.getDestination()MessageDispatchNotification.getDestination()MessagePull.getDestination()ProducerInfo.getDestination()SubscriptionInfo.getDestination()This is the a resolved destination that the subscription is receiving messages from.Message.getOriginalDestination()Message.getReplyTo()SubscriptionInfo.getSubscribedDestination()The destination the client originally subscribed to..static ActiveMQDestinationActiveMQDestination.transform(jakarta.jms.Destination dest) DefaultUnresolvedDestinationTransformer.transform(jakarta.jms.Destination dest) UnresolvedDestinationTransformer.transform(jakarta.jms.Destination dest) Methods in org.apache.activemq.command with parameters of type ActiveMQDestinationModifier and TypeMethodDescriptionvoidConsumerInfo.clearAssignedGroupCount(ActiveMQDestination dest) static intActiveMQDestination.compare(ActiveMQDestination destination, ActiveMQDestination destination2) voidConsumerInfo.decrementAssignedGroupCount(ActiveMQDestination dest) longConsumerInfo.getAssignedGroupCount(ActiveMQDestination dest) voidConsumerInfo.incrementAssignedGroupCount(ActiveMQDestination dest) voidActiveMQDestination.setCompositeDestinations(ActiveMQDestination[] destinations) voidConsumerControl.setDestination(ActiveMQDestination destination) voidConsumerInfo.setDestination(ActiveMQDestination destination) voidDestinationInfo.setDestination(ActiveMQDestination destination) voidJournalQueueAck.setDestination(ActiveMQDestination destination) voidJournalTopicAck.setDestination(ActiveMQDestination destination) voidMessage.setDestination(ActiveMQDestination destination) voidMessageAck.setDestination(ActiveMQDestination destination) voidMessageDispatch.setDestination(ActiveMQDestination destination) voidMessageDispatchNotification.setDestination(ActiveMQDestination destination) voidMessagePull.setDestination(ActiveMQDestination destination) voidProducerInfo.setDestination(ActiveMQDestination destination) voidSubscriptionInfo.setDestination(ActiveMQDestination destination) voidMessage.setOriginalDestination(ActiveMQDestination destination) voidMessage.setReplyTo(ActiveMQDestination replyTo) voidSubscriptionInfo.setSubscribedDestination(ActiveMQDestination subscribedDestination) Constructors in org.apache.activemq.command with parameters of type ActiveMQDestinationModifierConstructorDescriptionActiveMQDestination(ActiveMQDestination[] composites) DestinationInfo(ConnectionId connectionId, byte operationType, ActiveMQDestination destination) -
Uses of ActiveMQDestination in org.apache.activemq.filter
Subclasses of ActiveMQDestination in org.apache.activemq.filterFields in org.apache.activemq.filter declared as ActiveMQDestinationModifier and TypeFieldDescriptionprotected ActiveMQDestinationDestinationMapEntry.destinationprotected ActiveMQDestinationMessageEvaluationContext.destinationMethods in org.apache.activemq.filter that return ActiveMQDestinationModifier and TypeMethodDescriptionDestinationMapEntry.getDestination()MessageEvaluationContext.getDestination()Methods in org.apache.activemq.filter with parameters of type ActiveMQDestinationModifier and TypeMethodDescriptionDestinationMap.chooseValue(ActiveMQDestination destination) Returns the value which matches the given destination or null if there is no matching value.protected SetDestinationMap.findWildcardMatches(ActiveMQDestination key) protected SetDestinationMap.findWildcardMatches(ActiveMQDestination key, boolean deep) DestinationMap.get(ActiveMQDestination key) Looks up the value(s) matching the given Destination key.static String[]DestinationPath.getDestinationPaths(ActiveMQDestination destination) protected DestinationMapNodeDestinationMap.getRootNode(ActiveMQDestination key) Returns the root node for the given destination typebooleanCompositeDestinationFilter.matches(ActiveMQDestination destination) abstract booleanDestinationFilter.matches(ActiveMQDestination destination) booleanPrefixDestinationFilter.matches(ActiveMQDestination destination) booleanSimpleDestinationFilter.matches(ActiveMQDestination destination) booleanWildcardDestinationFilter.matches(ActiveMQDestination destination) static DestinationFilterDestinationFilter.parseFilter(ActiveMQDestination destination) voidDestinationMap.put(ActiveMQDestination key, Object value) voidDestinationMap.remove(ActiveMQDestination key, Object value) Removes the value from the associated destinationDestinationMap.removeAll(ActiveMQDestination key) voidDestinationMapEntry.setDestination(ActiveMQDestination destination) voidMessageEvaluationContext.setDestination(ActiveMQDestination destination) DestinationMap.unsynchronizedGet(ActiveMQDestination key) voidDestinationMap.unsynchronizedPut(ActiveMQDestination key, Object value) voidDestinationMap.unsynchronizedRemove(ActiveMQDestination key, Object value) Constructors in org.apache.activemq.filter with parameters of type ActiveMQDestinationModifierConstructorDescriptionAnyDestination(ActiveMQDestination[] destinations) CompositeDestinationFilter(ActiveMQDestination destination) SimpleDestinationFilter(ActiveMQDestination destination) -
Uses of ActiveMQDestination in org.apache.activemq.state
Methods in org.apache.activemq.state with parameters of type ActiveMQDestinationModifier and TypeMethodDescriptionvoidConnectionState.removeTempDestination(ActiveMQDestination destination) -
Uses of ActiveMQDestination in org.apache.activemq.util
Methods in org.apache.activemq.util that return types with arguments of type ActiveMQDestinationModifier and TypeMethodDescriptionstatic List<ActiveMQDestination>StringToListOfActiveMQDestinationConverter.convertToActiveMQDestination(Object value)