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:[email protected]