1 Reply Latest reply on Jul 7, 2011 12:09 AM by clebert.suconic

    Move server with just data directory?

    marsqing

      According to https://issues.jboss.org/browse/HORNETQ-716 if server A crashed in a cluster, core bridge of server B will continue sending message to it. After restart A, I can consumer these message from A.

      What if A can not be restarted for some reason, but I can get the data directory of A, can I copy the data directory to another machine C and start a hornetq server on C and B will send those "lost" messages to C?