on 2019 Jul 19 8:00 AM
Hi,
we have a requirement to collect the incoming messages in CPI .
Can we collect messages in CPI for eg. bunch of 100 or 200 message and then process it further .
But condition is the source messages are not unbounded
Request clarification before answering.
Hi Anurag,
You could try encapsulating the incoming message under a xml packet using [Content modifier]/[Script].
<root>
<count>1</count>
<message>[messageContent]</message>
</root>
then aggregate it and later use filter to get the actual file format.
hope this helps !
thanks and regards,
Praveen T
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Praveen,
Your solution is brilliant and is what I am looking for.
Thanks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
77 | |
30 | |
10 | |
8 | |
8 | |
7 | |
7 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.