Added test case provided by Gary for http://issues.apache.org/activemq/browse/AMQ-1749
And changed the way SSL is setup so that it passes that test case. Keep the SslContext in
a ThreadLocal that is passed around to avoid setting it on a static field wich would
get mixed up between brokers.
|