See: Description
Interface | Description |
---|---|
MessageGroupMap |
Represents a map of JMSXGroupID values to consumer IDs
|
MessageGroupMapFactory |
Represents a factory used to create new instances of
MessageGroupMap
for a destination. |
MessageGroupSet |
Represents a set of Message Group IDs
|
Class | Description |
---|---|
EmptyMessageGroupSet |
Represents an empty
MessageGroupSet |
MessageGroupHashBucket |
Uses hash-code buckets to associate consumers with sets of message group IDs.
|
MessageGroupHashBucketFactory |
A factory to create instances of
SimpleMessageGroupMap when
implementing the Message
Groups functionality. |
SimpleMessageGroupMap |
A simple implementation which tracks every individual GroupID value but
which can become a memory leak if clients die before they complete a message
group.
|
SimpleMessageGroupMapFactory |
A factory to create instances of
SimpleMessageGroupMap when implementing the
Message Groups functionality. |
SimpleMessageGroupSet |
A simple implementation which just uses a
Set |
Copyright © 2005–2016 The Apache Software Foundation. All rights reserved.