Author: robbie
Date: Sun Mar 22 21:14:05 2009
New Revision: 757257
URL: http://svn.apache.org/viewvc?rev=757257&view=rev
Log:
QPID-1767: add units to message age attribute description
Modified:
qpid/branches/0.5-release/qpid/java/broker/src/main/java/org/apache/qpid/server/queue/ManagedQueue.java
Modified:
qpid/branches/0.5-release/qpid/java/broker/src/main/java/org/apache/qpid/server/queue/ManagedQueue.java
URL:
http://svn.apache.org/viewvc/qpid/branches/0.5-release/qpid/java/broker/src/main/java/org/apache/qpid/server/queue/ManagedQueue.java?rev=757257&r1=757256&r2=757257&view=diff
==============================================================================
---
qpid/branches/0.5-release/qpid/java/broker/src/main/java/org/apache/qpid/server/queue/ManagedQueue.java
(original)
+++
qpid/branches/0.5-release/qpid/java/broker/src/main/java/org/apache/qpid/server/queue/ManagedQueue.java
Sun Mar 22 21:14:05 2009
@@ -116,18 +116,18 @@
boolean isAutoDelete() throws IOException;
/**
- * Returns the maximum age of a message (expiration time)
+ * Returns the maximum age of a message (expiration time) in milliseconds
* @return the maximum age
* @throws IOException
*/
Long getMaximumMessageAge() throws IOException;
/**
- * Sets the maximum age of a message
+ * Sets the maximum age of a message in milliseconds
* @param age maximum age of message.
* @throws IOException
*/
- @MBeanAttribute(name="MaximumMessageAge", description="Threshold high
value for message age on the broker")
+ @MBeanAttribute(name="MaximumMessageAge", description="Threshold high
value(milliseconds) for message age")
void setMaximumMessageAge(Long age) throws IOException;
/**
---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project: http://qpid.apache.org
Use/Interact: mailto:[email protected]