-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Embedded broker JMX support using GlassFish server secured RMI Registry #326
Comments
@glassfishrobot Commented |
@glassfishrobot Commented |
@glassfishrobot Commented asadmin set configs.config.server-config.admin-service.jmx-connector.system.security-enabled=true jconsole -J-Djavax.net.ssl.trustStore=$ {HOME} /.gfclient/truststore (Use Remote Process with URL "localhost:8686", and the admin username/passowrd). You can refer to GLASSFISH-20671 for more details. |
@glassfishrobot Commented
1. Before start broker, run imqkeytool to setup keystore so that broker ssljmx service can use it as well as imq.keystore.password 3. JMX application client user needs to do following {HOME} /.gfclient/truststore Because of a jconsole bug mentioned in GLASSFISH-20671, jconsole can not be used to access broker mbeans when broker uses GlassFish server secure RMI registry. Therefore, David, GlassFish JMS module should not make this a default, instead only turn it on when user wanted |
@glassfishrobot Commented |
|
GF supports starting secured RMI Registry for JMX. In that case EMBEDDED broker can reuse it instead of starting its own to avoid opening extra port.
The text was updated successfully, but these errors were encountered: