- brokers - Variable in class org.apache.activemq.partition.dto.Partitioning
-
Maps broker names to broker URLs.
- byClientId - Variable in class org.apache.activemq.partition.dto.Partitioning
-
If a client connects with a clientId which is listed in the
map, then he will be immediately reconnected
to the partition target immediately.
- byQueue - Variable in class org.apache.activemq.partition.dto.Partitioning
-
Used to map the preferred partitioning of queues across
a set of brokers.
- bySourceIp - Variable in class org.apache.activemq.partition.dto.Partitioning
-
If a client connects with source ip which is listed in the
map, then he will be immediately reconnected
to the partition target immediately.
- byTopic - Variable in class org.apache.activemq.partition.dto.Partitioning
-
Used to map the preferred partitioning of topics across
a set of brokers.
- byUserName - Variable in class org.apache.activemq.partition.dto.Partitioning
-
If a client connects with a user priciple which is listed in the
map, then he will be immediately reconnected
to the partition target immediately.