From 5df84634e0bd77dcbdd193e9444281a4a12fa859 Mon Sep 17 00:00:00 2001 From: Alex Rudyy Date: Wed, 5 Jun 2013 15:03:13 +0000 Subject: 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 --- .../java/org/apache/qpid/management/common/mbeans/ManagedQueue.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qpid/java') 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 *****************// -- cgit v1.2.1