= jms:create == Description Create a JMS connection factory. == Syntax jms:create [options] name == Arguments |=== |Name |Description | name | The JMS connection factory name |=== == Options |=== |Name |Description |-t, --type |The JMS connection factory type (ActiveMQ, Artemis or WebsphereMQ) |--pool |The pool mechanism to use for this connection factory |--help |Display this help message |--url |URL of the JMS broker. For WebsphereMQ type, the URL is hostname/port/queuemanager/channel |-p, --password |Password to connect to the JMS broker |-u, --username |Username to connect to the JMS broker |===