In this blog article, we will see the introduction and deprecation of the AsyncProcessor requestor type followed by the usage of System Runtime Context. Let’s start with a brief introduction about requestor types. We know that all the application logic or coding resides in the rule base. To resolve and execute the applicable code, we […]
Kafka – Part 5 – Data flows in Pega
In this blog article, we will make use of data sets we created in the previous post and we will also verify how data flows can be used in Pega to process source data. This tutorial is implemented using Pega personal edition 8.4, but the core concepts remain the same in higher versions as well […]
Kafka – Part 4 – Data sets in Pega
In this blog article, we will see some basics about data set rule using YouTube as the data source. This tutorial is implemented using Pega personal edition 8.4, but the core concepts remain the same in higher versions as well It is recommended to go through previous blog articles on Kafka fundamentals before proceeding here. […]
Access Deny, Access When and Privilege in Pega
This is the continuation of my another blog article on Authorization topic. I recommend you to visit from blog article on Access roles and ARO concepts. In this article we will talk about Access Deny, Privilege and Access when rules. This article was created using Pega ’24 version. First let’s start with Access Deny rules. […]
Access Roles and ARO in Pega
In this blog article we are going to talk about Role based access configurations, specifically about the Access role and Access role to Object rule configurations. This article was created using Pega ’24 version. First let’s get some basics about Role based access. Take a simple example of Office building as you see in the […]
Java Messaging Service – Part 7 – Service JMS rule
This is the final article in JMS series. It is going to be a short article on service JMS rule. It is recommended to visit the previous article on JMS series, specially on JMS listener. https://myknowtech.com/tag/jms What is Service JMS rule? – It is part of Integration services category and gets invoked from JMS listener […]
Java Messaging Service – Part 6 – JMS Listener
In this blog article, we will see the configuration points in a JMS listener. We will also see Listener processing at the end. What is JMS Listener? – JMS Listener is a data instance of category Integration resources. – It provides information to route the JMS messages to the service JMS rule for processing. – […]
Java Messaging Service – Part 5 – JMS Vs MDB Listener
In this article, we will talk some basics about the differences between Web Server and Application Server. We will also conclude with understanding when to go for JMS Listener and when for JMS MDB Listener. This post is going to be totally theoretical! Basically there are two server types – Web server and Application server. […]
Java Messaging Service – Part 4 – Connect JMS in Pega
In this blog article, we will see all the configuration points in a Connect-JMS rule that can put a message into ActiveMQ JMS provider. You will see there are two Connector rules to support Messaging Service – Connect-JMS and Connect-MQ. Connect-MQ – Is a specific implementation of messaging service that supports IBM Websphere MQ standard. […]
Kafka – Part 3 – Stream service in Pega
In this blog article, we will see how Pega uses Kafka internally to process streams of data and also an overview of streams service. This tutorial is implemented using Pega personal edition 8.4, but the core concepts remain the same in higher versions as well It is recommended to go through previous blog articles on […]