// messages are handled by the integrationSpi
if (messageIntegrationInOut != null) {
this.integrationSPI = MessageIntegrationSPI
.getMessageIntegrationImpl(messageIntegrationInOut.getPrefix());
this.messageDispatcherService = new MessageDispatcherService(
this.integrationSPI);
registerRequestReply(messageIntegrationInOut);
}
}