Jean-Baptiste Onofré created KARAF-3507:
-------------------------------------------
Summary: 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.3.10, 2.4.1
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)