It is recommended to visit the previous blog article on Parse delimited rule before proceeding further In the Parse delimited article, we learned how to parse the input data using delimited characters. Here is our own view on file processing in Pega We can say, this is the common architecture for file processing irrespective of […]
Integration Mapping – Parse delimited in Pega
In this blog article, we will see more detail about parse rules and different parsing methods Parse delimited rule operates mostly in conjunction with service file rules that are used in file processing. What is file processing? We know that almost all applications work with data. Data can be captured in multiple ways. The most […]
Kafka – Part 8 – Pega as Kafka Producer
In the previous article, we saw how Pega can consume messages from an external Kafka server. It is recommended to visit the Kafka articles in order for a better understanding. https://myknowtech.com/tag/kafka In this article, we will see how Pega can produce Kafka messages to an external Kafka server. This tutorial is implemented using Pega personal […]
Kafka – Part 7 – Pega Consumes the External Kafka Messages
In the previous blog article, we saw how we can make a connection between Pega and an external Kafka server. It is recommended to visit the Kafka articles in order for a better understanding. https://myknowtech.com/tag/kafka In this blog article, we will see how Pega can consume the Kafka messages published in the external Kafka server. […]
Kafka – Part 6 – Configure Kafka Server instance in Pega
In another blog article on queue processor, we saw that Pega internally has its native Kafka server to perform stream processing. It is recommended to visit the Kafka articles in order for better understanding. https://myknowtech.com/tag/kafka In this blog article, we will see how Pega can make a connection to an external Kafka server. This tutorial […]
Java Messaging Service – Part 2 – Setup ActiveMQ
In this blog article, we will see setting up ActiveMQ JMS provider in the local machine. We will also Create a new queue destination and send a message to the queue. Finally, we will setup an optional web console hawtio to administer the ActiveMQ It is recommended to visit the previous article on JMS series […]
Service Package – Usage and Configurations in Pega
In this blog article, we will talk about the importance of service package instance in Pega. If you take some Cloud providers or technologies, when they have some exposed APIs/services, they will also have some API management solutions. This API management can perform different roles in adding security layers, permission authorisation, whitelisting, request throttling, DDOS […]
Sending Outbound Emails from Pega
In this blog article, we will see how we can send an outbound email from a Pega application. We will start with understanding about how sending and receiving email works followed by a tutorial. First non-Pega things. Imagine you want to send out an outbound email from your Gmail account. We just login to gmail, […]
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. […]