Uses of Interface
org.jboss.messaging.core.Router

Packages that use Router
org.jboss.messaging.core   
org.jboss.messaging.core.local   
org.jboss.messaging.core.plugin.postoffice.cluster   
 

Uses of Router in org.jboss.messaging.core
 

Fields in org.jboss.messaging.core declared as Router
protected  Router ChannelSupport.router
           
 

Uses of Router in org.jboss.messaging.core.local
 

Classes in org.jboss.messaging.core.local that implement Router
 class FirstReceiverPointToPointRouter
          It will always favour the first receiver in the internal list of receivers, but will retry the next one (and the next one...) if a previous one does not want to accept the message.
 class RoundRobinPointToPointRouter
          The router will always first try the next receiver in the list to the one it tried last time.
 

Uses of Router in org.jboss.messaging.core.plugin.postoffice.cluster
 

Subinterfaces of Router in org.jboss.messaging.core.plugin.postoffice.cluster
 interface ClusterRouter
          A ClusterRouter
 

Classes in org.jboss.messaging.core.plugin.postoffice.cluster that implement Router
 class DefaultRouter
          This router favours the local queue.
 class RoundRobinRouter
          This router first favours the failed over queue (if there is one) TODO revisit this Then it will round robin between the non queues.
 



Copyright © 2006 JBoss Inc. All Rights Reserved.