cancelNotify
cancelNotify();
The cancelNotify method of the JadeGenericQueue class deregisters the object that was registered to receive the following callback notifications by the notifyEventsAsync method.
-
A message arrives in the receiver queue (the event callback method is messageArrivedEvent)
-
The receiver queue is deleted (the event callback method is managementEvent)