Using the STOMP Protocol With Apache ActiveMQ Artemis Broker

#ICYDK: In this article, we will use a Python-based messaging client to connect and subscribe to a topic with a durable subscription in the Apache ActiveMQ Artemis broker. We will use the text-based STOMP protocol to connect and subscribe to the broker. STOMP clients can communicate with any STOMP message broker to provide messaging interoperability among many languages, platforms, and brokers.

If you need to brush up on the difference between persistence and durabilityin messaging, check Mary Cochran’s article on developers.redhat.com/blog. https://goo.gl/1jKrVj #DataIntegration #ML

MUnit With Mule 4.0

This article will describe how to use MUnit 2.0 to create a test case for an application in Mule 4.0. MUnit is a mule application testing framework that allows you to easily build automated tests for your integrations and API’s.

In the below application flow, the records are fetched from the MySQL database. Steps to be considered are as follows: https://goo.gl/mexY1b #DataIntegration #ML