if (count == 10)
{
System.out.println("Applying Agent Discovery Query ['eq', '_product', ['quote', 'gizmo']]");
System.out.println("This should disable broker Agent events but allow gizmo Agent events");
System.out.println("Run AgentTest to prove this");
QmfQuery query = new QmfQuery(QmfQueryTarget.OBJECT, "['eq', '_product', ['quote', 'gizmo']]");
_console.enableAgentDiscovery(query);
}
}
}
catch (QmfException qmfe)