You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Martin Ritchie (JIRA)" <qp...@incubator.apache.org> on 2009/02/25 11:54:01 UTC

[jira] Created: (QPID-1686) Configuration Update removes ability ot have multiple distinct InVM brokers.

Configuration Update removes ability ot have multiple distinct InVM brokers.
----------------------------------------------------------------------------

                 Key: QPID-1686
                 URL: https://issues.apache.org/jira/browse/QPID-1686
             Project: Qpid
          Issue Type: Bug
            Reporter: Martin Ritchie
            Priority: Minor


Before the change creating a new ApplicationRegistry with an id would result in a distinct AR.

Now the code is littered with ApplicationRegistry.getInstance() calls which returns the AR with id 1.

This prevents us having InVM brokers with their own config.

The problem can be removed if the new Configuration objects form a tree so you can do:

QueueConfig.getVHostConfig().getServerConfig() 

This could then replace the short cut of using AR.getInstance().

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org