- Data type:
- xmsINT
- Property of:
- ConnectionFactory
This property
determines whether XMS informs an ExceptionListener only when a connection
is broken, or when any exception occurs asynchronously to a XMS API
call. This applies to all Connections created from this ConnectionFactory
that have an ExceptionListener registered.
Valid values
for this property are:
- XMSC_ASYNC_EXCEPTIONS_ALL
- Any exception detected asynchronously, outside the scope of a
synchronous API call, and all connection broken exceptions are sent
to the ExceptionListener.
- XMSC_ASYNC_EXCEPTIONS_CONNECTIONBROKEN
- Only exceptions indicating a broken connection are sent to the
ExceptionListener. Any other exceptions occurring during asynchronous
processing are not reported to the ExceptionListener, and hence the
application is not informed of these exceptions.
By default this property is set to XMSC_ASYNC_EXCEPTIONS_ALL.