mirror of
https://github.com/apache/activemq.git
synced 2025-02-07 02:29:21 +00:00
Changing the nio+ssl transports to trigger a serviceRead after start up to prevent blocking. The prevents the channels from not reading in certain cases, most notably with the auto+nio+ssl transport when used for a network bridge. Also added a couple tests and changed a network bridge test to test out auto+nio+ssl.