The SSL TransportThe SSL transport allows clients to connect to a remote ActiveMQ broker using SSL over a TCP socket. Configuration Syntaxssl://hostname:port?transportOptions Transport OptionsThe configuration options are the same as those for TCP Example URIssl://localhost:61616?trace=false Other LinksYou can also turn on SSL debug informations this way by adding: -Djavax.net.debug=ssl this way you can see what goes wrong and why you get connections closed.
|