managementEvent

managementEvent(queue: JadeGenericQueue input;
                type:  Integer;
                info:  Any);

When a management event occurs, the object that implements the JadeGenericMessagingIF interface is notified and executes its implementation of the managementEvent interface method.

Management events relate to changes to the messaging environment. Currently the only management event that has been defined is the deletion of the message queue specified by the queue parameter. The value of the type parameter in this case is provided by the interface constant MgmntEvType_QueueDeleted, which is zero (0).