} else {
replyToEPR = null ;
}
if (courier.deliver(message)) {
if (synchronous) {
courier.cleanup() ;
// JBESB-1016 replyToEPR has to be non-null or we'd have dropped out by this point!
// do we need to do this for synchronous calls? Vagueries of Couriers?
courier.setReplyToEpr(replyToEPR);