> I'm trying to enable JMX access to ActiveMQ over an SSL connection to a > server located in Amazon's cloud but I'm not having any luck. We have > existing Tomcat applications that I've successfully set up with JMX & SSL > by specifying all the following on the java command line:
Hi Bruce, I'm pretty sure the issue is going to be the line: -Djava.rmi.server.hostname=<public IP> I think if you change that to the actual host IP (i.e. the EC2 internal 10.* IP) it will work. Let me know how you get on. T