| VirtualDestination | Represents some kind of virtual destination. | code | html |
| CompositeDestination | code | html |
| CompositeDestinationFilter | Represents a composite Destination where send()s are replicated to each Destination instance. | code | html |
| CompositeQueue | Represents a virtual queue which forwards to a number of other destinations. | code | html |
| CompositeTopic | Represents a virtual topic which forwards to a number of other destinations. | code | html |
| 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. | code | html |
| MirroredQueue | Creates Mirrored Queue using a prefix and postfix to define the topic name on which to mirror the queue to. | code | html |
| VirtualDestinationInterceptor | Implements Virtual Topics. | code | html |
| VirtualTopic | Creates Virtual Topics using a prefix and postfix. | code | html |
| VirtualTopicInterceptor | A Destination which implements Virtual Topic | code | html |