Hi ,
I have situation where we use a publish action to call a business service to trigger a mail in the error handler.
This error handler in question is part of a JMS polling proxy .
When i try to hit a message directly from the test console of the proxy to check error scenario , i get a mail properly as desired.
When i put the message on the JMS , it gets picked up , but i will not get a mail .
Can any one make any guess ?
Troubleshooting done :
* First to confirm i am hitting the publish action , i put reports and alerts , and both of them are showing up.
* Thought of making it a synchronous publish , though seems weird , i added routing options "Exactly Once ". This was of not any use.
* Toggled with the transaction required and reply with success/failure , which was also of no use.
Thank you for your advice in advance ...