152153154155156157158159160161162
} @Override public void handlePacket(final Packet packet) { PacketImpl response = new ReplicationResponseMessage(); final byte type=packet.getType(); try { if (!started)
446447448449450451452453454455456
packet = new ReplicationCommitMessage(); break; } case REPLICATION_RESPONSE: { packet = new ReplicationResponseMessage(); break; } case REPLICATION_PAGE_WRITE: { packet = new ReplicationPageWriteMessage();
123124125126127128129130131132133
* (non-Javadoc) * @see org.hornetq.core.remoting.ChannelHandler#handlePacket(org.hornetq.core.remoting.Packet) */ public void handlePacket(final Packet packet) { PacketImpl response = new ReplicationResponseMessage(); try { if (packet.getType() == PacketImpl.REPLICATION_APPEND) {
148149150151152153154155156157158
122123124125126127128129130131132
127128129130131132133134135136137