In this blog article, we will see some basics about Java Message Service. Some theoretical stuff. What is JMS? It is a Java Message-oriented middleware (MOM) API that supports sending messaging between two or more systems. Business scenario: Let’s say an International Organization ABC has its branches in different geo-locations. They use different Java/Pega applications […]
Configure Wait shape in Pega
In this blog article, we will see how we can configure wait shape in Pega and how to use it effectively in the applications. What is a wait shape? – It is an advanced flow shape that makes your flow to wait for a certain amount of time. – The wait time can be directly […]
Notifications in Pega – Part 4 – Read published message
In this blog article, we will see how Pega Subscribers can read the published event messages This is the continuation of the previous article, where we published a custom notification message as soon as the case is assigned to the Sales Work basket. Please go through the article series in order number for better understanding. […]
Notifications in Pega – Part 3 – Create custom notification
In this blog article, we will see how to create a custom notification and perform UI action using WebSocket Publish-Subscribe event processing. It is recommended to go through the first two articles on the notification series before proceeding on this article. https://myknowtech.com/tag/notification Business scenario: Whenever a work is assigned to Sales workbasket, the workbasket should […]
Service Level Agreements in Pega
In this blog article, we will see in detail about Service level agreements. The main objective of Service Level Agreement is to process any time bound requirements in the Pega application. Imagine, Timesheet Pega application. Reminder email – If an employee fails to submit the timesheet by the end of the month (April 30th), then […]
ELK Monitoring – Part 6 – Create dashboards in Kibana
In this blog article, we will see how we can setup dashboards in Kibana using the elastic data. For a better understanding, it is recommended to go through the blog articles on ELK topic in order from 1-6. https://myknowtech.com/tag/elk A short introduction about Kibana. – Open source visualization tool on elastic data – It uses […]
ELK Monitoring – Part 5 – Setup Logstash
In this blog article, we will set up a Logstash server in our local machine. We will also configure filebeat to ship the log files to logstash and logstash will stash those log file entries into elasticsearch server. For a better understanding, it is recommended to go through the blog articles on ELK topic in […]
ELK Monitoring – Part 4 – Setup Filebeat and Pega log JSON objects
In this blog article, we will set up a filebeat server in our localmachine. We will also use filebeat to ship the Pega logs into elastic server. Finally, we will use Kibana tool, to query on the shipped log entries from elastic server. For a better understanding, it is recommended to go through the blog […]
ELK Monitoring – Part 3 – Setup Kibana
In this blog article, we will set up and run Kibana in our local machine. We will also use REST APIs from elastic to create indexes and documents manually using DSL query. For a better understanding, it is recommended to go through the blog articles on ELK topic in order from 1-6 https://myknowtech.com/tag/elk – Open […]
ELK Monitoring – Part 2 – Setup Elasticsearch
In this blog article, we will set up and run an elasticsearch node in our local machine. We will also see some important configurations. For a better understanding, it is recommended to go through the blog articles on ELK topic in order from 1-6 https://myknowtech.com/tag/elk What is elasticsearch? – Open source search and analytics engine […]