[jboss-jira] [JBoss JIRA] Created: (JBMESSAGING-1653) specify the management attribute as lower-cased in management messages
Jeff Mesnil (JIRA)
jira-events at lists.jboss.org
Fri Jun 12 10:41:56 EDT 2009
specify the management attribute as lower-cased in management messages
----------------------------------------------------------------------
Key: JBMESSAGING-1653
URL: https://jira.jboss.org/jira/browse/JBMESSAGING-1653
Project: JBoss Messaging
Issue Type: Task
Components: Configuration and Management
Affects Versions: 2.0.0 Beta1
Reporter: Jeff Mesnil
Assignee: Tim Fox
Priority: Minor
Fix For: 2.0.0
to be more consistent with Java conventions, the user should be able to specify management attribute lower-cased when sending
management message with ManagementHelper.putAttribute() method.
E.g. to retrieve the value of the QueueContrlol's messageCount, the user will call ManagementHelper.putAttribute(msg, res, "messageCount") and no longer ManagementHelper.putAttribute(msg, res, "MessageCount")
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list