JMS Connection Notifications
Provides a comprehensive list of connection notifications sent from the JMS Module.
- ConnectionPoolError
Error occurred while returning connection to the pool. Continuing the activity. - FactoryUnknownError
Unknown exception while looking up the connection factory - GetConnectRetry
The JMS operation failed while trying to connect to the server. This will cause a retry. - MakeConnectError
Error occurred while creating the connection to destination. - PollMessageRetry
The JMS operation failed while trying to connect to the server. This will cause a retry. - PoolFactoryError
Error occurred while looking up for connection factory. - PoolReleaseError
Error occurred while closing the connection pool. - PooledConnException
A JMS Connection exception occurred while the connection was in the idle pool. This can occur if the JMS provider terminates the connection ungracefully. - RecoveryInfo
The JMS connector is in recovery mode. - RestartError
Error occurred while trying to restart the subscriber on the specified topic. - SendConnectRerty
The JMS operation failed while trying to connect to the server. This will cause a retry. - SubscriberConnect
The JMS operation failed while trying to connect to the server.
Parent topic: JMS Module