MDB Hello World Using JEE CDI On WildFly With ActiveMQ RAR Deployed as a Module
Introduction This is the 4th increment of the MDB Series. In Part 1, we spoke...
Posted by
{"name"=>"Palash Ray", "email"=>"paawak@gmail.com", "url"=>"https://www.linkedin.com/in/palash-ray/"}
on February 18, 2020 ·
7 mins read
MDB Hello World With WildFly And ActiveMQ RAR Deployed as a Module
Introduction This is the 3rd increment of the MDB Series. In Part 1, we spoke...
Posted by
{"name"=>"Palash Ray", "email"=>"paawak@gmail.com", "url"=>"https://www.linkedin.com/in/palash-ray/"}
on February 17, 2020 ·
4 mins read
MDB Hello World With WildFly And ActiveMQ With RAR Deployment
Introduction This is the 2nd increment of the MDB Series. In Part 1, we spoke...
Posted by
{"name"=>"Palash Ray", "email"=>"paawak@gmail.com", "url"=>"https://www.linkedin.com/in/palash-ray/"}
on February 13, 2020 ·
6 mins read
MDB Hello World With WildFly And Embedded Artemis MQ
What is an MDB? An MDB or Message Driven Bean is an Enterprise Bean that...
Posted by
{"name"=>"Palash Ray", "email"=>"paawak@gmail.com", "url"=>"https://www.linkedin.com/in/palash-ray/"}
on February 05, 2020 ·
10 mins read
The Outbox Pattern: A practical example with Kafka
Prelude I have a Spring Boot based simple message aggregator based on Kafka. It aggregates...
Posted by
{"name"=>"Palash Ray", "email"=>"paawak@gmail.com", "url"=>"https://www.linkedin.com/in/palash-ray/"}
on February 01, 2020 ·
12 mins read
Kafka Message Aggregation using Camel and Spring Boot
Introduction Apache Camel is a popular open source integration framework that can work with almost...
Posted by
{"name"=>"Palash Ray", "email"=>"paawak@gmail.com", "url"=>"https://www.linkedin.com/in/palash-ray/"}
on January 30, 2020 ·
17 mins read
Creating a Gnome Launcher
A Gnome Launcher can be created by creating the below file in the Home/Desktop directory:...
Posted by
{"name"=>"Palash Ray", "email"=>"paawak@gmail.com", "url"=>"https://www.linkedin.com/in/palash-ray/"}
on November 02, 2019 ·
1 min read
Spring Cloud Config Server and Client
What are we trying to solve? With the advent of Microservices based architecture, a lot...
Posted by
{"name"=>"Palash Ray", "email"=>"paawak@gmail.com", "url"=>"https://www.linkedin.com/in/palash-ray/"}
on March 10, 2018 ·
10 mins read
End to End Implementation of Reactive Streams: from Server to Client
Problem Statement We will be implementing Reactive Streaming on the server side, and then consume...
Posted by
{"name"=>"Palash Ray", "email"=>"paawak@gmail.com", "url"=>"https://www.linkedin.com/in/palash-ray/"}
on March 09, 2018 ·
8 mins read
Comprehensive Guide for SonarQube with Quality Gate for Jenkins
Configuring JaCoCo code coverage Maven plugin org.jacoco jacoco-maven-plugin 0.7.9 com/swayam/demo/springbootdemo/rest/** com/swayam/demo/springbootdemo/rest/config/** com/swayam/demo/springbootdemo/rest/entity/** **/RestFulMicroserviceApplication.class prepare-agent ${jacoco.test.unit.dataFile}...
Posted by
{"name"=>"Palash Ray", "email"=>"paawak@gmail.com", "url"=>"https://www.linkedin.com/in/palash-ray/"}
on January 28, 2018 ·
9 mins read