Question
Asurion
Asurion
US
Asurion
Posted: Oct 8, 2015
Last activity: Aug 16, 2017
Last activity: 16 Aug 2017 6:11 EDT
Closed
Solved
is it possible to have retry logic for Email listener ? Like the way we queue for JMS listener
is it possible to have retry logic for Email listener ? Like queue for execution in JMS listener.
***Updated by moderator: Lochan to add Categories***
Hi Nagendran, you might need to break this into 2 steps.
Step 1 - consume the email and store attachment in pega.
Step 2 - make a service call and send the attachment from pega; if it fails, retry.
email server & listener(javamail) does not participate in distributed transaction like JMS/messaging servers, hence there is no rollback or retry.