Message Queue, v4.5.1 API Specification

Package com.sun.messaging.jms.notification

Provides a notification API for the MQ client runtime to inform an application about a MQ connection state changes.

See:
          Description

Interface Summary
EventListener An event listener object is used to receive asynchronously delivered MQ events.
 

Class Summary
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.
 

Package com.sun.messaging.jms.notification Description

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.

See Also:
com.sun.messaging.jms

Message Queue, v4.5.1 API Specification

Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.