You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2016/08/22 09:30:14 UTC

[16/50] [abbrv] karaf git commit: Add docs and example config

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/2f3fed82
Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/2f3fed82
Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/2f3fed82

Branch: refs/heads/master
Commit: 2f3fed82f13b8f725e10e9b3b5c87c19cee9e110
Parents: b521f76
Author: Christian Schneider <ch...@die-schneider.net>
Authored: Fri Jul 22 14:58:55 2016 +0200
Committer: Jean-Baptiste Onofr� <jb...@apache.org>
Committed: Mon Aug 22 11:29:19 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/2f3fed82/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/2f3fed82/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