mirror of
https://github.com/apache/activemq.git
synced 2025-02-15 14:36:59 +00:00
Adding a new JavaRuntimeConfigurationBroker which allows dynamic changes to parts of the broker through a Java api instead of just through xml configuration. This is useful if starting a broker with java config and not using xml. It is also useful for temporary changes that shouldn't be persisted.