IBM Support

What is the "interprocessevents.schedule-service" queue for?

Question & Answer


Question

You might see the "interprocessevents.schedule-service" queue in the action queue status:
sudo -u postgres -i psql co3 -c "select container, count(*) from monapp.activemq_msgs group by container order by container" 
It displays as the following example:
queue

Cause

The "interprocessevents.schedule-service" queue is internal queue, which is for system schedule jobs.
You can run resutil scheduledjobquery to find out the schedule job details as the following example shows:
[root@tdcapresva001 resadmin]# resutil scheduledjobquery
{
"com.co3.threat.CustomThreatService" : 264,
"com.co3.threat.ThreatFeedManager$CorrelateRunner" : 151,
"com.co3.mail.EmailJob" : 4348,
"com.co3.domain.Incident$TaskReassignmentHelper" : 5,
"com.co3.threat.Co3ThreatFeed" : 236
}

[{"Type":"MASTER","Line of Business":{"code":"LOB24","label":"Security Software"},"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Product":{"code":"SSA230","label":"IBM Security QRadar SOAR"},"ARM Category":[{"code":"a8m0z000000cw4bAAA","label":"Resilient Core"}],"ARM Case Number":"","Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"All Versions"},{"Type":"MASTER","Line of Business":{"code":"LOB24","label":"Security Software"},"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Product":{"code":"SSEGM63","label":"IBM Security QRadar SOAR on Cloud"},"ARM Category":[{"code":"a8m0z000000cw4bAAA","label":"Resilient Core"}],"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"All Versions"}]

Document Information

Modified date:
24 May 2023

UID

ibm16997903