I confirmed my code works fine if I use "ssl://localhost:61614?trace=true" instead of "stomp+ssl://localhost:61614?trace=true".
By default, wire format is Openwire and the wireFormat.host was added for Openwire in here: http://mail-archives.apache.org/mod_mbox/activemq-commits/201402.mbox/%[email protected]%3E But this change has negative impact if the wire format is stomp. Because StompSslTransportFactory.java does not have the support for wireFormat.host option. I believe the above mentioned change did not work for "stomp+ssl" connection. -- View this message in context: http://activemq.2283324.n4.nabble.com/wireFormat-host-option-for-StompSslTransportFactory-tp4685162p4685247.html Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.
