summaryrefslogtreecommitdiff
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
commit0df10a4bf636e0dc89037afad2120b137554c9fa (patch)
treef460839aea10a610fb450308cd3cf9670da9ff17
parent81de16dca5f5b035a25ad87e9e3fbb4c45093e2f (diff)
downloadqpid-python-0df10a4bf636e0dc89037afad2120b137554c9fa.tar.gz
QPID-4908: Reduce the description text for MessageGroupSharedGroups attribute
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1489903 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--java/management/common/src/main/java/org/apache/qpid/management/common/mbeans/ManagedQueue.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/management/common/src/main/java/org/apache/qpid/management/common/mbeans/ManagedQueue.java b/java/management/common/src/main/java/org/apache/qpid/management/common/mbeans/ManagedQueue.java
index e6f24c2c73..dbce388054 100644
--- a/java/management/common/src/main/java/org/apache/qpid/management/common/mbeans/ManagedQueue.java
+++ b/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 *****************//