Details
Description
activemq.xml:
The Broker Attributes offlineDurableSubscriberTimeout and offlineDurableSubscriberTaskSchedule expect Time in Milliseconds.
I tried to enter a Number greater than 2147483647 and get an NumberFormatException because this isn't a Integer anymore.
If this fields expect Time in Milliseconds, they should be long.