[jboss-jira] [JBoss JIRA] Created: (JBMESSAGING-1595) JMS management controls should depend on core management controls
Jeff Mesnil (JIRA)
jira-events at lists.jboss.org
Thu Apr 9 04:12:22 EDT 2009
JMS management controls should depend on core management controls
-----------------------------------------------------------------
Key: JBMESSAGING-1595
URL: https://jira.jboss.org/jira/browse/JBMESSAGING-1595
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 JMS managed controls (e.g. JMSQueueControl, TopicControl) have direct access to the core resources (PostOffice, Queue, etc.)
This adds lots of duplicated code between JMS controls and core controls.
Instead JMS controls should depend on Core controls (e.g. JMSQueueControl -> QueueControl, TopicControl -> AddressControl)
This will remove duplicated code and simplified dependencies (JMS controls won't require dependencies to PostOficce, AddressSettingsRepository, etc.)
--
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