[
https://issues.apache.org/jira/browse/KARAF-3507?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14313674#comment-14313674
]
Jean-Baptiste Onofré commented on KARAF-3507:
---------------------------------------------
Fixed on karaf-2.3.x:
https://git-wip-us.apache.org/repos/asf?p=karaf.git;a=commitdiff;h=f65688b647d63f1438d102ac46dc3f4a889e33b8
> jms:create url and username options share the same -u alias
> -----------------------------------------------------------
>
> Key: KARAF-3507
> URL: https://issues.apache.org/jira/browse/KARAF-3507
> Project: Karaf
> Issue Type: Bug
> Components: karaf-jms, karaf-shell
> Affects Versions: 2.4.1, 2.3.10
> Reporter: Jean-Baptiste Onofré
> Assignee: Jean-Baptiste Onofré
> Fix For: 2.4.2, 2.3.11
>
>
> {code}
> karaf@root> jms:create --help
> DESCRIPTION
> jms:create
> Create a JMS connection factory.
> SYNTAX
> jms:create [options] name
> ARGUMENTS
> name
> The JMS connection factory name
> OPTIONS
> --help
> Display this help message
> -u, --url
> The JMS URL. NB: for WebsphereMQ type, the URL is
> hostname/port/queuemanager/channel
> -u, --username
> Username to connect to the JMS broker
> (defaults to karaf)
> -t, --type
> The JMS connection factory type (ActiveMQ or WebsphereMQ)
> -p, --password
> Password to connect to the JMS broker
> (defaults to karaf)
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)