Hi Experts,
We have a requirement where We need to log back to sending application in case of Error or success.
So here is my requirement.
1. Message comes into PI - Fails for any reason at any point -> need to create a log message back to sending application as a JMS async 'send and forget'.
2. Message comes into PI - Success and transmitted to target -> need to send a log message back to sending application as a JMS a sync saying its successful.
3. Message comes into PI -> goes to ECC ( Sync and Async) and ECC then needs to send back a log message irrespective of failure or success.
Note : All this is without payload.
This is basically for central logging which is already existing and SAP landscape is being added new and hence the request.
Is this possible?
V.SS