Created
May 10, 2011 14:39
-
-
Save dejanb/964596 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
shell:source mvn:org.fusesource.fon/fon-distro/1.0-SNAPSHOT/karaf/installer | |
fabric:create-profile --parents default broker | |
zk:create -r /fabric/configs/versions/base/profiles/broker/org.fusesource.fabric.agent/repository.activemq mvn:org.apache.activemq/activemq-karaf/5.5.0/xml/features | |
zk:create -r /fabric/configs/versions/base/profiles/broker/org.fusesource.fabric.agent/repository.karaf mvn:org.apache.karaf.assemblies.features/standard/2.2.1-SNAPSHOT/xml/features | |
zk:create -r /fabric/configs/versions/base/profiles/broker/org.fusesource.fabric.agent/feature.amq activemq-blueprint/5.5.0 | |
zk:create -r /fabric/configs/versions/base/profiles/broker/org.fusesource.fabric.agent/bundle.config blueprint:file:/workspace/forge/activemq.xml | |
fabric:create-agent --profile broker --parent root activemq | |
fabric:connect activemq |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment