- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi,
As with all things Message Center, the solution lies in the question 'is a 30 second delay acceptable'?
If what you're doing here is attaching receipts to order confirmations, probably fine to wait 30 seconds.
In which, do this:
- Spool requests to marketing instance instead of to Message Center
- Create a campaign that polls request table for unresolved requests every 30 seconds
- Depending on volume, send one at a time per recipient (easiest) or batch them
- Mark requests as resolved in table
Do not do this (I worked at a client that was sold this):
- Install AEM forms
- Install AEM
- Install Message Center
- Wait until project is cancelled
Thanks,
-Jon