Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
(not version related)
-
None
-
All
Description
The org.apache.activemq.ra.ActiveMQResourceAdapter was starting in internal thread (of which we have no control) that continued after 5 seconds irrelevant of the broker status.
This meant that our own thread (that has a configurable timeout) was never actually waiting longer than 5 seconds for the broker to start.
Now that this issue is fixed in trunk it is up to us to manage the broker 'stop' call.