summaryrefslogtreecommitdiff
path: root/qpid/java/management/example/src/main/java/org/apache/qpid/example/jmxexample/QueueInformation.java
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/java/management/example/src/main/java/org/apache/qpid/example/jmxexample/QueueInformation.java')
-rw-r--r--qpid/java/management/example/src/main/java/org/apache/qpid/example/jmxexample/QueueInformation.java16
1 files changed, 9 insertions, 7 deletions
diff --git a/qpid/java/management/example/src/main/java/org/apache/qpid/example/jmxexample/QueueInformation.java b/qpid/java/management/example/src/main/java/org/apache/qpid/example/jmxexample/QueueInformation.java
index faac704dbc..977cc38c2f 100644
--- a/qpid/java/management/example/src/main/java/org/apache/qpid/example/jmxexample/QueueInformation.java
+++ b/qpid/java/management/example/src/main/java/org/apache/qpid/example/jmxexample/QueueInformation.java
@@ -64,13 +64,15 @@ public class QueueInformation
/**
* Params:
- * 0: host, e.g. eqd-myserver.mydomain.com
- * 1: port, e.g. 8999
- * 2: vhost e.g. dev-only
- * 3: username, e.g. guest
- * 4: pwd, e.g. guest
- * 5: loop pause, no value indicates one-off, any other value is millisecs
- * ..: attributes=<csv attribute list> , queue=<csv queue list>
+ * <p>
+ * <p>0: host, e.g. eqd-myserver.mydomain.com
+ * <p>1: port, e.g. 8999
+ * <p>2: vhost e.g. dev-only
+ * <p>3: username, e.g. guest
+ * <p>4: pwd, e.g. guest
+ * <p>5: loop pause, no value indicates one-off, any other value is millisecs
+ * <p>..: {@literal attributes=<csv attribute list> , queue=<csv queue list>}
+ * <p>
* The queue list can use wildcards such as * and ?. Basically any value
* that JMX will accept in the query string for t name='' value of the queue.
*/