You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Allen Reese (JIRA)" <ji...@apache.org> on 2011/07/22 06:35:57 UTC

[jira] [Updated] (AMQ-3411) Admin commands which take --amqurl should accept --user and --pass options

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

Allen Reese updated AMQ-3411:
-----------------------------

    Attachment: AMQ-3411.patch

svn add activemq-console/src/test/java/org/apache/activemq/console
Must be done or the tests will be lost.

This patch adds:

        "    --user <user>                 Set the username to use connecting",
        "    --password <password>         Set the password to use connecting",
        "    --factory <Class>             Set connection factory that should be used for creating connections",
        "                                  Must be a subclass of ActiveMQConnectionFactory",
        "    --passwordFactory <Class>     Set class which will do password lookups",
        "                                  Must be a subclass of PasswordFactory",


And fixes the AmqMessagesUtil to use the connection factory so username/password are used for the connections.

> Admin commands which take --amqurl should accept --user and --pass options
> --------------------------------------------------------------------------
>
>                 Key: AMQ-3411
>                 URL: https://issues.apache.org/jira/browse/AMQ-3411
>             Project: ActiveMQ
>          Issue Type: Improvement
>          Components: Broker
>    Affects Versions: 5.5.0
>            Reporter: Allen Reese
>            Priority: Minor
>         Attachments: AMQ-3411.patch
>
>
> While using the fix for AMQ-3410, I realized that username and password are not available to be passed via command line.
> I'll add a new parameter --user and --pass to allow username and password to be passed when --amqurl is passed.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira