final ModelNode node = context.getSubModel();
node.get(CommonAttributes.CONNECTION_FACTORY).setEmptyObject();
node.get(CommonAttributes.QUEUE).setEmptyObject();
node.get(CommonAttributes.TOPIC).setEmptyObject();
resultHandler.handleResultComplete();
return new BasicOperationResult(compensatingOperation);
}