I am designing an application which listens to events from multiple Queues/DNs to generate reports realtime on Queue Wait time , transfers etc. Though the Genesys Desktop API for Java lets me register multiple DNs and listen to their events, I do not think its the best way to implement. Do we have other APIs available from Genesys ?
We use the JTele package to implement the listener, wherein multiple DNs are registers through a Connection. This exhibits inconsistent behavior when the number of DNs registered increases.
Thanks ,
Kannan