// Everything is processed within ExecutionTemplate
list.add(new EndpointTransactionalInterceptingMessageProcessor(endpoint.getTransactionConfig()));
list.add(new OutboundEventTimeoutMessageProcessor());
list.add(new OutboundSessionHandlerMessageProcessor(connector.getSessionHandler()));
list.add(new OutboundEndpointPropertyMessageProcessor(endpoint));
list.add(new OutboundRootMessageIdPropertyMessageProcessor());
list.add(new OutboundResponsePropertiesMessageProcessor(endpoint));
list.add(new OutboundEndpointMimeTypeCheckingMessageProcessor(endpoint));