A QmfEventListener object is used to receive asynchronously delivered WorkItems.
This provides an alternative (simpler) API to the official QMF2 WorkQueue API that some (including the Author) may prefer over the official API.
The following diagram illustrates the QmfEventListener Event model.
Notes
This is provided as an alternative to the official QMF2 WorkQueue and Notifier Event model.
Agent and Console methods are sufficiently thread safe that it is possible to call them from a callback fired from the onEvent() method that may have been called from the JMS MessageListener. Internally the synchronous and asynchronous calls are processed on different JMS Sessions to facilitate this
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.