Uses of Class
org.apache.activemq.filter.DestinationMapEntry
Packages that use DestinationMapEntry
Package
Description
The core JMS client API implementation classes.
Filter implementations for wildcards & JMS selectors
-
Uses of DestinationMapEntry in org.apache.activemq
Subclasses of DestinationMapEntry in org.apache.activemqModifier and TypeClassDescriptionclassConfiguration options for a messageConsumer used to control how messages are re-delivered when they are rolled back. -
Uses of DestinationMapEntry in org.apache.activemq.broker.region.policy
Methods in org.apache.activemq.broker.region.policy that return types with arguments of type DestinationMapEntryModifier and TypeMethodDescriptionprotected Class<? extends DestinationMapEntry>RedeliveryPolicyMap.getEntryClass() -
Uses of DestinationMapEntry in org.apache.activemq.filter
Subclasses of DestinationMapEntry in org.apache.activemq.filterModifier and TypeClassDescriptionclassA default entry in a DestinationMap which holds a single value.Methods in org.apache.activemq.filter that return DestinationMapEntryModifier and TypeMethodDescriptionDestinationMap.chooseValue(ActiveMQDestination destination) Returns the value which matches the given destination or null if there is no matching value.DefaultDestinationMapEntry.getValue()Methods in org.apache.activemq.filter that return types with arguments of type DestinationMapEntryModifier and TypeMethodDescriptionprotected Class<? extends DestinationMapEntry>DestinationMap.getEntryClass()Returns the type of the allowed entries which can be set via theDestinationMap.setEntries(List)method.Methods in org.apache.activemq.filter with parameters of type DestinationMapEntryModifier and TypeMethodDescriptionvoidDefaultDestinationMapEntry.setValue(DestinationMapEntry value) Method parameters in org.apache.activemq.filter with type arguments of type DestinationMapEntryModifier and TypeMethodDescriptionprotected voidDestinationMap.setEntries(List<DestinationMapEntry> entries) A helper method to allow the destination map to be populated from a dependency injection framework such as Spring