//for a one-way, the back channel could be
//null if it knows it cannot send anything.
Message partial = createMessage(message.getExchange());
partial.remove(Message.CONTENT_TYPE);
partial.setExchange(message.getExchange());
conduit.prepare(partial);
conduit.close(partial);
}
} catch (IOException e) {
LOG.log(Level.SEVERE, e.getMessage());
throw new RMException(e);