eai « Integration « Spring Q&A





1. Where do all these messages come from?    stackoverflow.com

This configuration works fine, but inbound-channel-adapter which is supposed to poll every 15 secs is running continously. Does anyone have an idea what I'm doning wrong?

<si:channel id="msgChannel" />

    ...

2. MessageHeaders get lost at HttpOutboundGateway    stackoverflow.com

I implemented the Message interface to include some headers for use with a HeaderValueRouter on server side. Within one VM this works (tested using a filter between two endpoints). But if I send ...

3. Spring integration tutorials, information,examples?    stackoverflow.com

I am new to spring Integration. I read that it is flexible and light weight integration technology build on Spring framework. It is used for Enterprise Application Integration (EAI). Where can ...