Question
BITSINGLASS
IN
Last activity: 30 Aug 2016 19:26 EDT
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.
-
Like (0)
-
Share this page Facebook Twitter LinkedIn Email Copying... Copied!
Agora-Group
US
Can you post the screenshot of the agent configuration
BITSINGLASS
IN
Pegasystems Inc.
US
Why are you hand-coding this in Java? Do you see the same behavior using the OOTB queue-for-agent method?
BITSINGLASS
IN
JP Morgan Chase
US
DId you check the Auto Queue Management checkbox in the rule agent definition ?
BITSINGLASS
IN
Yes Pavan. You can see the above added Image for Agent configuration.
PAREXEL
US
We had similar issue when used with custom queue class, Agent activity must be in the same class as the queue item.
-
Ameer Naveed Akram Mohammed
BITSINGLASS
IN
Yes the activity is in queue class.
BITSINGLASS
IN
I am not passing the required parameters(Now it is working fine). Sorry for the late reply.
Thanks,
Subbarao M.
Infosys India
US
Hello,
I do see that java code overwritting the pyAccessgroup name property which i setup before queuing.I do not want system to take current access group.