gateway « Message « Spring Q&A





1. Outbound Gateway No Longer Passing Request Message Headers to reply channel handler    forum.springsource.org

Outbound Gateway No Longer Passing Request Message Headers to reply channel handler Today I upgraded from 2.0.1 to 2.0.5. I noticed what I am not sure is a bug or a ...

2. Messaging Gateway does not receive reply message    forum.springsource.org

Currently I am using an SI snapshot from 20081017 (between M6 and RC1) and I try to migrate to SI 1.0. I am using the SimpleMessageGateway and call AbstractMessagingGateway.sendAndReceiveMessage(mes sage). Somehow ...

3. Gateway for receiving messages    forum.springsource.org

Gateway for receiving messages I went through this bog and it was very useful in understanding most of the concepts of spring integration. http://blog.springsource.com/2009/02...-on-dm-server/ But i was stuck at one point ...

4. what different between message-driven-channel-adapter and jms:inbound-gateway    forum.springsource.org

hi,all: after read SI reference, I am confuse about it. according the document, it looks "jms:message-driven-channel-adapter" and "jms:inbound-gateway" doing a same thing.