Class CompositeTopic
java.lang.Object
org.apache.activemq.broker.region.virtual.CompositeDestination
org.apache.activemq.broker.region.virtual.CompositeTopic
- All Implemented Interfaces:
DestinationInterceptor,VirtualDestination
Represents a virtual topic which forwards to a number of other destinations.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.activemq.command.ActiveMQDestinationReturns the virtual destinationinterceptMappedDestination(Destination destination) Creates a mapped destinationtoString()Methods inherited from class org.apache.activemq.broker.region.virtual.CompositeDestination
create, equals, getForwardTo, getMappedDestinations, getName, hashCode, intercept, isConcurrentSend, isCopyMessage, isForwardOnly, isSendWhenNotMatched, remove, setConcurrentSend, setCopyMessage, setForwardOnly, setForwardTo, setName, setSendWhenNotMatched
-
Constructor Details
-
CompositeTopic
public CompositeTopic()
-
-
Method Details
-
getVirtualDestination
public org.apache.activemq.command.ActiveMQDestination getVirtualDestination()Description copied from interface:VirtualDestinationReturns the virtual destination -
interceptMappedDestination
Description copied from interface:VirtualDestinationCreates a mapped destination -
toString
-