I am trying to use Resequencer
Reference
http://static.springsource.org/sprin...ml#resequencer
<channel id="inputChannel"/>
<channel id="outputChannel">
<queue capacity="20" />
</channel>
<resequencer output-channel="outputChannel" input-channel="inputChannel"/>
While implementing I am getting below exception.
org.springframework.integration.message.MessageHan dlingException: Resequencer requires the 'correlationKey' property


Reply With Quote
