See: Description
| Interface | Description |
|---|---|
| EventListener |
An event listener object is used to receive asynchronously delivered MQ
events.
|
| Class | Description |
|---|---|
| ConnectionClosedEvent |
MQ Connection closed Event.
|
| ConnectionClosingEvent |
MQ Connection closing Event.
|
| ConnectionEvent |
MQ Connection Event.
|
| ConnectionReconnectedEvent |
MQ Connection Reconnected Event is generated and delivered to the event
listener if the MQ client runtime reconnected to a broker and an event
listener is set to the MQ connection.
|
| ConnectionReconnectFailedEvent |
MQ Connection Reconnect Failed Event is generated and delivered to the
event listener if a MQ reconnect failed and an event listener is
set to the MQ connection.
|
| ConsumerEvent |
MQ Consumer Event.
|
| Event |
MQ Event.
|
Provides a notification API for the MQ client runtime to inform an application about a MQ connection state changes.
The current notification types defined for the MQ 4.0 release are as follows:
A MQ application sets a connection event listener in order to
be notified for the MQ events. The API to set the notification
listener is defined in the com.sun.messaging.jms.Connection class.
com.sun.messaging.jmsCopyright (c) 2013, Oracle and/or its affiliates. All rights reserved.