org.activemq.service.boundedvm
Class TransientTopicSubscription
java.lang.Object
org.activemq.service.boundedvm.TransientSubscription
org.activemq.service.boundedvm.TransientTopicSubscription
public class TransientTopicSubscription
- extends TransientSubscription
A holder for Transient Topic consumer info and message routing
- Version:
- $Revision: 1.1.1.1 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TransientTopicSubscription
public TransientTopicSubscription(Filter filter,
ConsumerInfo info,
BrokerClient client)
- Construct the TransientTopicSubscription
- Parameters:
filter
- info
-
isTarget
public boolean isTarget(ActiveMQMessage message)
throws JMSException
- determines if the Subscription is interested in the message
- Specified by:
isTarget
in class TransientSubscription
- Parameters:
message
-
- Returns:
- true if this Subscription will accept the message
- Throws:
JMSException
isDurableTopic
public boolean isDurableTopic()
Copyright © 2004-2009 Protique, Ltd.. All Rights Reserved.