try {
GenericCommand command = new GenericCommand(MessagingSlice.SEND_MESSAGE,
MessagingSlice.NAME, null);
command.addParam(theAMS);
command.addParam(new GenericMessage(failure));
command.addParam((AID) (failure.getAllReceiver().next()));
// FIXME: We should set the AMS principal and credentials
submit(command);
} catch (ServiceException se) {
// It should never happen