Add docs and example config
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.
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