In this post we will see the architecture behind queue processor rule and all its configurations and usages. This tutorial is implemented using Pega personal edition 8.4, but the core concepts remain the same in higher versions as well What is a queue processor rule? – Used for background processing that makes use of queue … Continue reading Queue processor – Usage and Configurations
Docker – Part 3 – Run your first container
In this blog article, we will start with Docker architecture, docker objects and we will also run a simple docker container. It is recommended to go through the previous blog articles in order for a better understanding. https://myknowtech.com/tag/docker Tip: Since copy/paste is not possible in this post, I documented the shell commands in the following … Continue reading Docker – Part 3 – Run your first container
Related Articles
Requestor types in Pega
In this blog article, we will see about different requestor types in Pega. This article is implemented using Pega Infinity ’24 version. First, let’s start with understanding the term – Requestor. What is a requestor? From the name, we can say that it can be any people or object which requests for a service. From … Continue reading Requestor types in Pega
Property Optimization – Expose Columns in Pega
In this blog article we will check the different ways through which we can expose properties in database table. First let’s see how the data (for example – Case data) gets saved into database table. We know Pega uses properties to hold the data. Say for example, I have created a new amazon sales case, … Continue reading Property Optimization – Expose Columns in Pega
Docker – Part 2 – Setup Docker Desktop in Windows
In this blog article, we will see how we can set up the docker desktop in Windows 10 home edition. You can visit previous blog article on containerisation basics. Tip: Since copy/paste is not possible in this article, I documented the shell commands in the following git repository, you can easily copy/paste from there. https://github.com/Prem1991/myknowpega/tree/master/docker … Continue reading Docker – Part 2 – Setup Docker Desktop in Windows