[jboss-jira] [JBoss JIRA] Created: (JBMESSAGING-1593) Simple naming convention to manage server resources using messages

Jeff Mesnil (JIRA) jira-events at lists.jboss.org
Tue Apr 7 11:00:22 EDT 2009


Simple naming convention to manage server resources using messages
------------------------------------------------------------------

                 Key: JBMESSAGING-1593
                 URL: https://jira.jboss.org/jira/browse/JBMESSAGING-1593
             Project: JBoss Messaging
          Issue Type: Feature Request
          Components: Configuration and Management
            Reporter: Jeff Mesnil
            Assignee: Jeff Mesnil
             Fix For: 2.0.0 Beta


Currently, the convention to identify  the server resources when sending management messages is based on JMX ObjectNames.

While the ObjectName convention is nice, it is not very intuitive and user-friendly (helper class is needed to know how to build the name corresponding to a given resources).
When using management messages to manage JBM, we could provide simpler ID for the resources. I propose:

* "core.server" -> the messaging server
* "core.address.${name}" -> a core address
* "core.queue.${name}" -> a core queue
* "core.{divert|bridge|acceptor|...}.${name} -> the core resources identified by the name

* "jms.server" -> the JMS messaging server
* "jms.queue.${name}" -> a JMS queue
* "jms.topic.${name}" -> a JMS topic
* "jms.connectionfactory.${name}" -> a JMS connection factory


-- 
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