MSMQ Adapter 6.0 | webMethods MSMQ Adapter Documentation | webMethods MSMQ Adapter Installation and User’s Guide Documentation | Adapter Notifications | Listener Notifications | Behavior of Listener Notifications
 
Behavior of Listener Notifications
MSMQ Adapter handles messages depending on how you have configured listeners and listener notifications in your system. For example, messages behave differently when the following combinations are set up in your MSMQ Adapter:
*Transactional or non-transactional listeners
The transactionality of a listener depends on the transactionality of the connection. For example, when you associate a non-transactional connection with a listener, the listener is non-transactional.
*Transactional or non-transactional asynchronous notifications
The transactionality of an asynchronous notification depends on the transactionality of a listener. For example, when you associate a non-transactional listener with an asynchronous notification, the asynchronous notification is non-transactional.
*Transactional or non-transactional synchronous notifications
The transactionality of a synchronous notification depends on the transactionality of a listener. For example, when you associate a non-transactional listener with a synchronous notification, the synchronous notification is non-transactional.