I have a SprintIntegration system with a JMS endpoint. The size limit for messages is 4mb. I have results which are larger then that, how do I get SI to split that up into several messages?
/A
|
I have a SprintIntegration system with a JMS endpoint. The size limit for messages is 4mb. I have results which are larger then that, how do I get SI to split that up into several messages? /A
| |||
|
feedback
|
|
In Spring Integration, you can use a Splitter to split your messages to not exceed e.g. 4MB.
or by using a When a message comes in to the splitter, you would apply the splitting logic inside
Spring Integration would take this list and would forward | ||||
|
feedback
|