Support for failover, change host and port in old config to connection string. failover:(tcp://serverA:61616,tcp://serverB:61616) can now be used. "Host": "127.0.0.1", "Port": 61616, Will be converted on startup to "ConnectionString": "tcp://127.0.0.1:61616",
Remove a lock that only allowed one Event to be processed at the time. Now they can be processed in parallel.
Bug fix
If ActiveMQ was shut down the service did stop out of some reason. This is now fixed.
Andreas
"Host": "127.0.0.1",
"Port": 61616,
Will be converted on startup to
"ConnectionString": "tcp://127.0.0.1:61616",
Release date: 2018-01-17