[jboss-jira] [JBoss JIRA] Created: (JBMESSAGING-1649) redesign management replication

Jeff Mesnil (JIRA) jira-events at lists.jboss.org
Thu Jun 11 10:15:56 EDT 2009


redesign management replication
-------------------------------

                 Key: JBMESSAGING-1649
                 URL: https://jira.jboss.org/jira/browse/JBMESSAGING-1649
             Project: JBoss Messaging
          Issue Type: Task
    Affects Versions: 2.0.0 Beta
            Reporter: Jeff Mesnil
            Assignee: Jeff Mesnil
             Fix For: 2.0.0


In order for management operation using JMX to be replicated, the MBeans are translating the management
operation to a management messages which is sent to the management address using Core API. This allows
for management messages to be properly replicated.

However this allow forces the server to have an acceptor and a connector to talk to *itelsf* which is configusing
and clutter the server configuration.

The management code should be redesigned to be plugged directly on the server-side. The management 
service'd no longer send a Core message using the Core API. Instead it'd call directly the ServerSessionPacketHandler
(or equivalent) to handle a packet corresponding to the management message. It'll work since the handler will then
replicate the packet correctly.


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