You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Dejan Bosanac (JIRA)" <ji...@apache.org> on 2009/09/02 18:21:13 UTC

[jira] Resolved: (AMQ-2275) Disable JMX authentication, SSL and specify a port number by default in the startup script

     [ https://issues.apache.org/activemq/browse/AMQ-2275?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dejan Bosanac resolved AMQ-2275.
--------------------------------

    Resolution: Fixed

Fixed with SVN revision 810588. I implemented solution used by jconsole, so activemq-admin will now try to connect to the local process if Sun JDK is used on the host. Some notes:

- This feature works only for Sun JDK, for all other VMs a default behavior (and default JMX URL) will be used
- It is tested on Mac, Linux and Windows on both JDK 1.5 and 1.6
- It also does not work for JRE, since it does not have tools.jar
- If anything goes wrong, it will use default JMX URL (as in 5.2)

I'll put this in wiki as well soon.

> Disable JMX authentication, SSL and specify a port number by default in the startup script 
> -------------------------------------------------------------------------------------------
>
>                 Key: AMQ-2275
>                 URL: https://issues.apache.org/activemq/browse/AMQ-2275
>             Project: ActiveMQ
>          Issue Type: Improvement
>    Affects Versions: 5.1.0, 5.2.0
>            Reporter: Bruce Snyder
>            Assignee: Dejan Bosanac
>             Fix For: 5.3.0
>
>         Attachments: AMQ-2275.diff.txt
>
>
> It's very confusing for users to be required to edit the ActiveMQ startup script in order to utilize the activemq-admin script. Let's change the default JMX configuration so that authentication is disabled, SSL is disabled and a port number is specified. This is really just swapping the lines that are currently there. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.