JMS doc
Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/e45919d8 Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/e45919d8 Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/e45919d8 Branch: refs/heads/master Commit: e45919d8b5daf094bf906e6a267efd30cc6d9934 Parents: c8fd176 Author: Jean-Baptiste Onofré <[email protected]> Authored: Thu Dec 19 14:10:45 2013 +0100 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Thu Dec 19 14:10:45 2013 +0100 ---------------------------------------------------------------------- manual/src/main/webapp/users-guide/jms.conf | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf/blob/e45919d8/manual/src/main/webapp/users-guide/jms.conf ---------------------------------------------------------------------- diff --git a/manual/src/main/webapp/users-guide/jms.conf b/manual/src/main/webapp/users-guide/jms.conf index ae5218d..1c8e57d 100644 --- a/manual/src/main/webapp/users-guide/jms.conf +++ b/manual/src/main/webapp/users-guide/jms.conf @@ -120,7 +120,17 @@ JMS Connection Factory h3. {{jms:info}} -The {{jms:info}} command +The {{jms:info}} command provides details about the JMS connection factory: + +{code} +karaf@root()> jms:info /jms/test +Property | Value +------------------- +product | ActiveMQ +version | 5.9.0 +{code} + +You can see the JMS broker product and version. h3. {{jms:send}} @@ -132,4 +142,7 @@ For instance, to send a message containing {{Hello World}} in the {{test}} queue karaf@root()> jms:send /jms/test test "Hello World" {code} +The {{jms:send}} command optionally accepts the {{-u}} ({{--username}}) and {{-p}} ({{--password}}) options to provide +the username and password to connect to the JMS broker. + h3. {{jms:consume}}
