endMsg.setText("INITIAL UPDATE WILL BE STORED UNDER '" + initialFilesLocation + "'");
endMsg.setBooleanProperty(INITIAL_DATA_END, true);
endMsg.setStringProperty(INITIAL_DATA_ID, dumpId);
endMsg.setStringProperty(INITIAL_FILES_LOCATION, initialFilesLocation);
producer.send(endMsg);
endMsg = session.createTextMessage();
endMsg.setText("INITIAL UPDATE WILL BE STORED UNDER '" + initialFilesLocation + "' (going to remote)");
endMsg.setBooleanProperty(INITIAL_DATA_END_TO_REMOTE, true);
endMsg.setStringProperty(INITIAL_DATA_ID, dumpId);
endMsg.setStringProperty(INITIAL_FILES_LOCATION, initialFilesLocation);
producer.send(endMsg);