...Connection Events multiple
We curently have a single Client instance that is registered to receive login callback responses via the
OMMItemIntSpec -->
loginHandle = ommConsumer.registerClient((EventQueue)null, ommItemIntSpec, client, null);
However my login client is unable to receive callbacks for the Event.OMM_CONNECTION_EVENT.
Question (1) Can the same login Client also register an interest to also receive Connection Events ?
Question (2) Or should we use a different client instance to handle Connection Event callbacks separately ?