// RM, but at the same time switch it off for unreliable messages.
// We do a similar trick with the code that does an early HTTP 202 for
// messages that don't need their backchannel.
configContext.setProperty(Constants.Configuration.USE_ASYNC_OPERATIONS, Boolean.TRUE);
configContext.getAxisConfiguration().addTargetResolver(
new TargetResolver() {
public void resolveTarget(MessageContext messageContext) {
//if Sandesha2 is not engaged we can set the property straight away
boolean engaged = false;