Seems like this issue kinda answer my question.
https://jira.springsource.org/browse/SPR-7366
From Juergen Hoeller's comment:
Type: Posts; User: fngaserin; Keyword(s):
Seems like this issue kinda answer my question.
https://jira.springsource.org/browse/SPR-7366
From Juergen Hoeller's comment:
I am just wondering how the message driven channel adapter works. I am using Bitronix TM as a transaction manager and Spring Integration 2.0.3.
I set up a message driven channel adapter to handle...
I've been looking around regarding to this issue too. I have a scenario where the service activator is listening to a message-driven queue. However, during processing in the service activator,...
My scenario is to pass a JAXB2 enabled object to an outbound http gateway, and the message conversion will be handled automatically by MarshallingHttpMessageConverter where the marshaller and...
I'm using Spring-Integration 2.0.0.M5
And below is part of my xml configuration.
<inbound-channel-adapter id="processResponse" method="getSomething" ref="processMgr">
<poller...