Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0.0
-
None
-
None
Description
How to reproduce:
Build a dirstro from master and start the broker
./activemq run
Launch a jconsole and you will see there is no jms server entry in the console. This is because the activate() didn't get called.
The reason is that in FileBroker starts the core server before jms server.