Connect-JMs error handling
Hi Team,
We have a challenge in handling below scenario using connect-jms . did anyone have thoughts to handle it or come across such scenario in your application ?
My application sends request to other external system using Connect-jms . currently only request queues are configured so that my application can place the request in the queue . (Reply queues are not configured as this is not a synchronous integration).
How can we know that request is successfully consumed by the other system ? because some times due to some issues in the MQ level requests are sitting in the queue .
As currently we are unable to check this ,we are not capturing such failures in my application case level to notify users to reprocess the item again.
Is there any handshaking mechanism can be implemented using connect-jms ?
Thanks in advance .