Question
Accenture
AU
Last activity: 25 Nov 2019 20:18 EST
Does the Queue Processor use queue classes?
The client I work for is a bit late in the Pega 8 game and we're only looking at upgrading to Pega 8.3 in coming months. We use agents extensively so I'm furiously trying to learn about queue processors.
I have tried to configure a delayed queue processor. I created a queue class that inherits from System-Queue- (as I would when creating dedicated concrete queue classes for Pega 7 agents to scale) and used a page of this context to queue to the queue processor. When I queued items I noticed that instead of saving the queue instance to my class, it saved it to System-Message-QueueProcessor-DelayedItem instead.
My questions are...
Can queue processors save tasks to custom queue classes?
Is this still best practice to create custom queue concrete classes for large volume background tasks?