RE: Specifying security ciphers using SSL connector for activeMQ

2009-08-26 Thread shrisha
Ya , we can definitely do it in the code, there are API's in java on the Socket and the ServerSocket which allow us to enable only specific ciphers. However I tried to catch hold of these sockets used by extending the following classes SSLTransport,SSLTransportServer,SSLtransportFactory,ActiveMQ

Specifying security ciphers using SSL connector for activeMQ

2009-08-25 Thread shrisha
We are using ActiveMQ 5.2.0 with a SSL connector, we have a requirement to enabe only specific high strength security ciphers for communication between the clients and the server.With the default broker URL ,on port 61616 ,the server accepts even Low and Medium strength ciphers , we need to make i