IBM BPM, V8.0.1, All platforms > Administer applications and processes in the runtime environment > Troubleshooting runtime administration > Troubleshooting messaging bindings

Troubleshooting JMS bindings

You can diagnose and fix problems with JMS bindings.


Implementation exceptions

In response to various error conditions, the JMS import and export implementation can return one of two types of exceptions:


Primary failure conditions

The primary failure conditions of JMS bindings are determined by transactional semantics, by JMS provider configuration, or by reference to existing behavior in other components. The primary failure conditions include:


JMS-based SCA messages not appearing in the failed event manager

If SCA messages originated through a JMS interaction fail, you would expect to find these messages in the failed event manager. If such messages are not appearing in the failed event manager, ensure that the underlying SIB destination of the JMS destination has a maximum failed deliveries value greater than 1. Setting this value to 2 or more enables interaction with the failed event manager during SCA invocations for the JMS bindings.

Troubleshooting messaging bindings