Calling Connect MQ in Bulk
Hi Team,
we have requirement to send message to queue (using connect mq) for around 100 records in a pagelist. for each record in pagelist , we have to send one message to MQ.
Pega already provide option for connect mq method to run in parallel but issue is to handle error scenario when mq server is down etc.
what will be best way to achieve this. Thanks in advance.