Question
Queued items are not processing
Hi ALL,
I am using advanced agent and standard agent. I am queuing items from advanced agent by using below code and queue items are generated but they never get processed(always in scheduled state).
try {
// Get a queue manager instance
String itemid = tools.getThread().getQueueManager().enqueueDeferred(myStepPage);
} catch (DatabaseException de) {
throw new PRRuntimeException(de);
}
i am using my own queue class. In that class instances i can see the items as scheduled and they never be processed.
Can you post the screenshot of the agent configuration