Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save SinisterLight/5531400 to your computer and use it in GitHub Desktop.
Save SinisterLight/5531400 to your computer and use it in GitHub Desktop.
rm -r /opt/torquebox/torquebox/jboss/standalone/data/messagingjournal/*.hq
rm -r /opt/torquebox/torquebox/jboss/standalone/data/messagingbindings/*.jms
rm -r /opt/torquebox/torquebox/jboss/standalone/data/messagingbindings/*.bindings
java -cp /opt/torquebox/torquebox/jboss/modules/org/hornetq/main/hornetq-core-2.2.21.Final.jar:/opt/torquebox/torquebox/jboss/modules/org/jboss/netty/main/netty-3.2.6.Final.jar org.hornetq.core.journal.impl.ImportJournal /opt/torquebox/torquebox/jboss/standalone/data/messagingbindings/ hornetq-bindings bindings 1048576 message_binding
java -cp /opt/torquebox/torquebox/jboss/modules/org/hornetq/main/hornetq-core-2.2.21.Final.jar:/opt/torquebox/torquebox/jboss/modules/org/jboss/netty/main/netty-3.2.6.Final.jar org.hornetq.core.journal.impl.ImportJournal /opt/torquebox/torquebox/jboss/standalone/data/messagingbindings/ hornetq-jms jms 1048576 message_jms
java -cp /opt/torquebox/torquebox/jboss/modules/org/hornetq/main/hornetq-core-2.2.21.Final.jar:/opt/torquebox/torquebox/jboss/modules/org/jboss/netty/main/netty-3.2.6.Final.jar org.hornetq.core.journal.impl.ImportJournal /opt/torquebox/torquebox/jboss/standalone/data/messagingjournal/ hornetq-data hq 102400 message_hq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment