BCXMF2017E Failed to execute the Message Error handler on channel {0} for endpoint {1} after the message {2} was possibly received. Message ('null' indicates no message was currently in-process): {

Explanation

A failure occurred when executing the message error handler. If the message is specified as null, no message was in process. In a transactional context, the transaction will be rolled back.

User response

Determine why the message error handler failed and ensure that the message errors handlers actions are consistent with a rollback. Consider necessary actions when the endpoint is non-transactional.