Question
3
Replies
179
Views
Merkle. Inc.
Posted: May 11, 2020
Last activity: May 12, 2020
Queue Processeing from 8.3
Queue Processor uses Kafka queues for immediate queues and not DB Queue table.
Delayed Queues are stored in pr_sys_delayed_queue table.
Broken items are sotred in pr_sys_msg_qp_brokenitems
is this case, is there any need for customized class(or table) for Queues, if Queue items are large in number????
***Edited by Moderator Marissa to update Content Type from Discussion to Question***
Please refer to below Queue processor related questions.
https://community.pega.com/knowledgebase/articles/system-administration/queue-processor-faq#10
Queued items to Queue Processors are not stored in Pega DB Queue table. Items information is directly pushed to Kafka and while it is processing it will retrieve the information from Kafka message Queue.
The maximum number of Kafka partitions is 20 for one Pega Platform cluster, which means that the maximum number of threads that can process messages across all nodes in a cluster is 20.