VISUAL BASIC

INTRODUCTION TO NET

APPLICATION DEVELOPMENT

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
If a Queue Processor process fails, which of the following does not happen?
A
System puts entry into failure status
B
System reverses any changes the process initiated
C
Indicates the process is broken
D
Sends an error message to the user
Explanation: 

Detailed explanation-1: -Queue Processor: Tasks can be queued using either a Run in Background smart shape or the Queue-For-Processing method in an activity. Tasks can be queued immediately or the queue can be delayed. Run a specified activity on the queued item.

Detailed explanation-2: -A queue processor rule allows you to focus on configuring the specific operations to perform in the background. Pega Platform provides built-in capabilities for error handling, queuing and dequeuing, and can commit conditionally when using a queue processor.

Detailed explanation-3: -Select Designer Studio-> Process & Rules-> Tools-> Work Admin-> Broken Queue Items. Select the class for the broken queue item you wish to requeue and click Execute View.

Detailed explanation-4: -Queue processor in Pega is an internal background process operating on the server/node that runs business logic based on the specific time interval. As the name suggests, each queue processor will be mapped to a topic (queue) & processes the messages published into its respective topic.

Detailed explanation-5: -You can view advanced statistics on each queue processor by viewing the data flow.

There is 1 question to complete.