org.apache.qpid.server.queue
Interface SubscriptionManager

All Known Subinterfaces:
WeightedSubscriptionManager

public interface SubscriptionManager

Abstraction of actor that will determine the subscriber to whom a message will be sent.


Method Summary
 boolean hasActiveSubscribers()
           
 Subscription nextSubscriber(AMQMessage msg)
           
 

Method Detail

hasActiveSubscribers

boolean hasActiveSubscribers()

nextSubscriber

Subscription nextSubscriber(AMQMessage msg)