Package | Description |
---|---|
org.apache.activemq.broker.region |
Region abstraction and implementations in the Broker.
|
org.apache.activemq.broker.region.group |
Classes to implement the Message Groups feature.
|
org.apache.activemq.broker.region.policy |
The policies which can be associated with a particular destination or wildcard.
|
Modifier and Type | Method and Description |
---|---|
MessageGroupMapFactory |
Queue.getMessageGroupMapFactory() |
Modifier and Type | Method and Description |
---|---|
void |
Queue.setMessageGroupMapFactory(MessageGroupMapFactory messageGroupMapFactory) |
Modifier and Type | Class and Description |
---|---|
class |
MessageGroupHashBucketFactory
A factory to create instances of
SimpleMessageGroupMap when
implementing the Message
Groups functionality. |
class |
SimpleMessageGroupMapFactory
A factory to create instances of
SimpleMessageGroupMap when implementing the
Message Groups functionality. |
Modifier and Type | Method and Description |
---|---|
MessageGroupMapFactory |
PolicyEntry.getMessageGroupMapFactory() |
Modifier and Type | Method and Description |
---|---|
void |
PolicyEntry.setMessageGroupMapFactory(MessageGroupMapFactory messageGroupMapFactory)
Sets the factory used to create new instances of {MessageGroupMap} used
to implement the Message Groups
functionality.
|
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.