In this article, we will learn how to create a Quarkus Reactive application which uses the SmallRye Reactive Messaging and Mutiny project to stream data from and to a Kafka cluster.
F.Marchioni
Comparing Messaging standards: JMS vs AMQP
In this article we will discuss about messaging standards that you can use decouple sender and receiver of messages by means of a Messaging Broker. In this first article we will focus on the differences between JMS and AMQP.
How to configure logging in jBPM applications?
jBPM is a flexible Business Process Management (BPM) platform that is written in Java. It provides a number of features for creating and executing business processes, including the ability to log information during the execution of a process.
How to externalize HTTP sessions on Infinispan
This article is a step by step guide for setting up a remote Infinispan cluster as an HTTP session store for your HTTP Sessions running on WildFly application server. You can carry out equivalent steps to externalize JBoss EAP 7 session on Red Hat Data Grid.
How to configure Logging with Quarkus
Quarkus uses the JBoss Log Manager project as facade for application logging. Therefore, the main configuration options should be familiar to JBoss/WildFly users. Let’s see how to configure most common options.
Getting started with Stork Service Discovery on Quarkus
In modern microservices architectures, services have dynamically assigned locations. Therefore, it’s essential to integrate Service Discovery as part of the picture. In this article you will learn how to leverage Service Discovery using Smallrye Stork framework on top of a Quarkus reactive application.
How to limit the number of records in a Query with JPA ?
This article will teach you how to limit the number of records that your Hibernate/JPA Application returns from a Resultset of data.
How to configure a Datasource programmatically
This article covers how to define a Datasource resource programmatically using the DataSourceDefinition annotation. Then, we will show to to use the Datasource to connect to a Relational Database and execute SQL Statements.
Sticky session configuration in WildFly
This article is a walk through the configuration of Sticky sessions in Web applications which you are running on the top of WildFly application server or JBoss EAP.