Articles

Nodes in Pega 2 – Node classification

In the last two posts, we saw about system name, clusters and nodes. In this post, we will see how we can classify the nodes. I suggest to you to go through the previous posts on System name and Nodes Introduction posts. – Why to classify nodes? Effective resource allocation Imagine an Insurance organization uses

Read More »

Nodes in Pega 1 – Introduction

In this post we will see some basics about Clusters and Nodes What is a cluster? A cluster is a group of servers and resources that work together.Just for logical reason, you can map a cluster with the system name, we saw in the previous post. Think of the Pega Personal edition. Installing Pega package

Read More »

System Name in Pega

What is a system instance in Pega? System is a data instance that belongs to SysAdmin category.System name uniquely identifies each system and corresponds to Pega Platform system For example In an Organization – mkp_dev, mkp_st, mkp_uat, mkp_prod can uniquely identify the development, test, acceptance and production systems in mkp department – where as ctm_dev,

Read More »

Java Messaging Service 7 – Service JMS rule

This is the final post in JMS series. It is going to a short post on service JMS rule. I suggest you to have a read on JMS listener post before proceeding here. What is Service JMS rule? It is part of Integration services category and gets invoked from JMS listener rule.This rule is mainly

Read More »

Java Messaging Service 6 – JMS Listener

In this post 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.JMS listeners support JMS 1.0 features.

Read More »

Java Messaging Service 5 – JMS vs MDB Listener

In this post 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.

Read More »

Java Messaging Service 4 – Connect-JMS in Pega

In this post 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. We

Read More »

Java Messaging Services 3 – Setup Pega to ActiveMQ Connection

In this post we will see two things – configure the deployment descriptor or the conf files to use the JNDI resources and Import the ActiveMQ external jar file Important note: This post is specific to Apache tomcat server. If you use J2EE compliant application servers like Websphere, WebLogic  then your implementation will vary. I

Read More »

Java Messaging Service 2 – Setup ActiveMQ

In this post 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 I would recommend you to visit the previous post on JMS introduction.

Read More »

Java Messaging Service 1 – Introduction

In this post 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 Lets’s say an International Organization ABC has its branches in different geo-locations. They use different  Java/Pega applications

Read More »

Configure wait shape in Pega

Introduction In this post 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 specified as an

Read More »

Notifications in Pega 4 – Read published message

Introduction In this post we will see how Pega Subscribers can read the published event messages This is the continuation of the previous post, where we published a custom notification message as soon as the case is assigned to the Sales Work basket. Please go through the post for better understanding I am going to

Read More »

Notifications in Pega 3 – Create custom notification

Introduction In this post we will see how to create a custom notification and perform UI action using WebSocket Publish-Subscribe event processing. I would recommend you go through the first two posts on notification series before proceeding on this post. http://myknowpega.com/tag/notification/ Business scenario Whenever a work is assigned to Sales workbasket, the workbasket should automatically

Read More »

ELK 6 – Create dashboards in Kibana

In this post, we will see how we can setup dashboards in Kibana using the elastic data. A short introduction about Kibana. Open source visualization tool on elastic dataIt uses the REST API provided by elasticsearch and queries the data.It ships with a nice user interface to create visualization and dashboard on the elasticsearch data.

Read More »

ELK 5 – Setup Logstash

Introduction In this post, 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, I would recommend to go through the posts on elk topic in order

Read More »

ELK 4 – Setup Filebeat and Pega log JSON objects

Introduction In this post, 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, I would recommend to go through the posts

Read More »

ELK 3 – Setup Kibana

Introduction In this post, 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, I would recommend to go through the posts on elk topic in order from 1-6 http://myknowpega.com/tag/elk/ Open source visualization

Read More »

ELK 2 – Set up elasticsearch

Introduction In this post, we will set up and run an elasticsearch node in our local machine. We will also see some important configurations. For a better understanding, I would recommend to go through the posts on elk topic in order from 1-6 http://myknowpega.com/tag/elk/ What is elasticsearch? Open source search and analytics engineBuild on Apache

Read More »
error: Content is protected !!
Scroll to Top