Skip to content

Instantly share code, notes, and snippets.

@dejanb
Created May 10, 2011 14:39
Show Gist options
  • Save dejanb/964596 to your computer and use it in GitHub Desktop.
Save dejanb/964596 to your computer and use it in GitHub Desktop.
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