Created
May 7, 2013 09:28
-
-
Save SinisterLight/5531400 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
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