cancel
Showing results for 
Search instead for 
Did you mean: 

Sending the payload of the message in error to the recipient

Former Member
0 Kudos

Hi All,

I am working on PI 7.31 dual stack.

We would like to send the payload of the message which is in error, to the recipient.

Is this possible with Java only architecture?

What measures have to be taken?

Thanks,

Vishal

Accepted Solutions (0)

Answers (1)

Answers (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

>>>>Is this possible with Java only architecture?

yes it's possible but not in standard (but not very hard to develop)

a) create alerts with component based message alerting

b) get them using the CBMA API and in the same call call the WS to get the payload

c) you're done

Regards,

Michal Krawczyk