Details
Description
Add the ability of monitoring the underlying messaging queue size, so that any slow consuming can be detected.
In org.quickfixj.jmx.mbean.connector.ConnectorAdminMBean:
/**
- The size of the underlying event queue
- @return size of the queue; if this counters grows, the application does not consume FIX message quick enough
*/
int getQueueSize();