I can't test it .. I don't know what's going on because now I can't create
connectionfactory-default.xml with jms:create -t activemq -u
tcp://localhost:61616 default
when i do jms:create --help , it's like i can't use the option u , why ?
karaf@root()> feature:install jms
karaf@root()> feature:install activemq-broker
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
-t, --type
The JMS connection factory type (ActiveMQ or WebsphereMQ)
(defaults to ActiveMQ)
--help
Display this help message
--url
URL of the JMS broker. For WebsphereMQ type, the URL is
hostname/port/queuemanager/channel
(defaults to tcp://localhost:61616)
karaf@root()> jms:create -t activemq -u tcp://localhost:61616 default
Error executing command jms:create: undefined option -u
Try <command> --help' for more information.
karaf@root()>
--
View this message in context:
http://karaf.922171.n3.nabble.com/Karaf-3-0-0-and-JMS-No-JMS-connection-factory-found-tp4033503p4033505.html
Sent from the Karaf - User mailing list archive at Nabble.com.