summaryrefslogtreecommitdiff
path: root/qpid/java
diff options
context:
space:
mode:
authorAlex Rudyy <orudyy@apache.org>2013-06-05 15:03:13 +0000
committerAlex Rudyy <orudyy@apache.org>2013-06-05 15:03:13 +0000
commit5df84634e0bd77dcbdd193e9444281a4a12fa859 (patch)
tree3e9f020478d4865326e5e41c664f832f562962fd /qpid/java
parente3043abef1e7edc2786b6b83a5ae90af98f070d5 (diff)
downloadqpid-python-5df84634e0bd77dcbdd193e9444281a4a12fa859.tar.gz
QPID-4908: Reduce the description text for MessageGroupSharedGroups attribute
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1489903 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java')
-rw-r--r--qpid/java/management/common/src/main/java/org/apache/qpid/management/common/mbeans/ManagedQueue.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/management/common/src/main/java/org/apache/qpid/management/common/mbeans/ManagedQueue.java b/qpid/java/management/common/src/main/java/org/apache/qpid/management/common/mbeans/ManagedQueue.java
index e6f24c2c73..dbce388054 100644
--- a/qpid/java/management/common/src/main/java/org/apache/qpid/management/common/mbeans/ManagedQueue.java
+++ b/qpid/java/management/common/src/main/java/org/apache/qpid/management/common/mbeans/ManagedQueue.java
@@ -401,7 +401,7 @@ public interface ManagedQueue
* Gets the message group key
* @since Qpid JMX API 2.7
*/
- @MBeanAttribute(name="MessageGroupSharedGroups", description="Indicates C++ compatibility mode, the Broker enforces a looser guarantee, nameley that all the currently unacknowledged messages in a group will be sent to the same consumer. This means that only one consumer can be processing messages from a particular group at a given time. When the consumer acknowledges all of its acquired messages, then the broker may pass the next pending message from that group to a different consumer")
+ @MBeanAttribute(name="MessageGroupSharedGroups", description="If set indicates that while two messages of the same group cannot be processed by different consumers concurrently, no guarantee is made that subsequent messages are always sent to the same consumer")
boolean isMessageGroupSharedGroups();
//********** Operations *****************//