Your Browser is not longer supported
Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...
{{viewport.spaceProperty.prod}}
Subscribing to and displaying MBean notifications
The MBeans of type ResourceAdapter, ManagedConnectionFactory, Inbound and MessageEndpoint issue notifications. These are messages which the resource adapter generates when certain events occur and which can be displayed in the Management Console. Before you can display notifications, you must have explicitly subscribed to these in the Management Console (Subscribe procedure).
The following table indicates the notifications that you can subscribe to:
Type of MBean |
Name and meaning of the notification |
Resource adapter |
BeanConnect.Started The resource adapter has been started.
|
BeanConnect.Stopped The resource adapter has been stopped.
|
ManagedConnectionFactory |
BeanConnect.Connection.Error The resource adapter has thrown an exception for a connection.
|
BeanConnect.Transaction.Rollback The connection is involved in a transaction that has been rolled back.
|
BeanConnect.Transaction.Heuristic A heuristic decision has been made for the transaction branch in which the connection is involved.
|
Inbound
|
BeanConnect.MessageEndpoint.Activation The application server has activated a message endpoint in BeanConnect.
|
BeanConnect.MessageEndpoint.Deactivation The application server has deactivated a message endpoint in BeanConnect.
|
BeanConnect.MessageEndpoint.Unknown A message has arrived for an unknown message endpoint.
|
BeanConnect.Transaction.Rollback A transaction has been rolled back during recovery.
|
BeanConnect.Transaction.Heuristic A heuristic decision has been made for a transaction during recovery.
|
MessageEndpoint |
BeanConnect.MessageEndpoint.Error An error occurred when calling the message endpoint.
|
BeanConnect.MessageEndpoint.Exception An exception was thrown when calling the message endpoint.
|
BeanConnect.Transaction.Rollback The message endpoint is involved in a transaction that has been rolled back.
|
BeanConnect.Transaction.Heuristic A heuristic decision has been made for the transaction branch in which the message endpoint is involved.
|