Here is my example:
Code:
<channel id="taskQueuePollerExceptionChannel"/>
<transformer input-channel="taskQueuePollerExceptionChannel" method="getUow" output-channel="logChannel">
<beans:bean class="org.springframework.integration.transformer.MethodInvokingTransformer" />
</transformer>
The problem is MethodInvokingTransformer does not have a 0 argument constructor. I want to call getUow on the payload of the message, then send the response to the next channel.
Thanks for the fast reply on a Friday!!