Repository: karaf Updated Branches: refs/heads/master 48b3270c0 -> f9538b602
Add docs and example config Project: http://git-wip-us.apache.org/repos/asf/karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/f9538b60 Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/f9538b60 Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/f9538b60 Branch: refs/heads/master Commit: f9538b602335bb80b04b096263c949ef6d26d28b Parents: 48b3270 Author: Christian Schneider <[email protected]> Authored: Fri Jul 22 14:58:55 2016 +0200 Committer: Christian Schneider <[email protected]> Committed: Fri Jul 22 14:58:55 2016 +0200 ---------------------------------------------------------------------- jms/activemq-cf/README.md | 11 +++++++++++ jms/activemq-cf/org.apache.karaf.activemq.cfg | 5 +++++ 2 files changed, 16 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/karaf/blob/f9538b60/jms/activemq-cf/README.md ---------------------------------------------------------------------- diff --git a/jms/activemq-cf/README.md b/jms/activemq-cf/README.md new file mode 100644 index 0000000..6c16215 --- /dev/null +++ b/jms/activemq-cf/README.md @@ -0,0 +1,11 @@ +# Activemq-cf + +Allows to create a Pooled ActiveMQ ConnectionFactory from a config. + +## Install + +Install the activemq-client and scr features and this bundle. Then put the example config org.apache.karaf.activemq.cfg in etc. + + service:list ConnectionFactory + +This should show the ConnectionFactory as a service. http://git-wip-us.apache.org/repos/asf/karaf/blob/f9538b60/jms/activemq-cf/org.apache.karaf.activemq.cfg ---------------------------------------------------------------------- diff --git a/jms/activemq-cf/org.apache.karaf.activemq.cfg b/jms/activemq-cf/org.apache.karaf.activemq.cfg new file mode 100644 index 0000000..51897fc --- /dev/null +++ b/jms/activemq-cf/org.apache.karaf.activemq.cfg @@ -0,0 +1,5 @@ +# Example ConnectionFactory def for decanter +osgi.jndi.service.name=jms/decanter +url=tcp://localhost:61616 +userName=karaf +password=karaf
