See: Description
Interface | Description |
---|---|
VirtualDestination |
Represents some kind of virtual destination.
|
Class | Description |
---|---|
CompositeDestination | |
CompositeDestinationFilter |
Represents a composite
Destination where send()s are replicated to
each Destination instance. |
CompositeQueue |
Represents a virtual queue which forwards to a number of other destinations.
|
CompositeTopic |
Represents a virtual topic which forwards to a number of other destinations.
|
FilteredDestination |
Represents a destination which is filtered using some predicate such as a selector
so that messages are only dispatched to the destination if they match the filter.
|
MirroredQueue |
Creates Mirrored
Queue using a prefix and postfix to define the topic name on which to mirror the queue to.
|
SelectorAwareVirtualTopicInterceptor | |
VirtualDestinationInterceptor |
Implements Virtual Topics.
|
VirtualTopic |
Creates Virtual
Topics using a prefix and postfix.
|
VirtualTopicInterceptor |
A Destination which implements Virtual Topic
|
Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.