Hi,
Can anybody please advice as to how to split the messages while receiving in a jms queue ?
I have a receiver jms communication channel and I need to split the messages so that in the outpout we should get 50 records per message. Also, each message will have a current count and total count fields associated which tells them the message number among the total number of messages available.
Thanks
V