Uses of Interface
org.jboss.messaging.core.plugin.postoffice.cluster.ClusterRouter

Packages that use ClusterRouter
org.jboss.messaging.core.plugin.postoffice.cluster   
 

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

Classes in org.jboss.messaging.core.plugin.postoffice.cluster that implement ClusterRouter
 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.
 

Methods in org.jboss.messaging.core.plugin.postoffice.cluster that return ClusterRouter
 ClusterRouter RoundRobinRouterFactory.createRouter()
           
 ClusterRouter DefaultRouterFactory.createRouter()
           
 ClusterRouter ClusterRouterFactory.createRouter()
           
 



Copyright © 2006 JBoss Inc. All Rights Reserved.