Перейти к содержимому

MuleSoft - Connecting ActiveMQ Classic and Artemis

Stefano Bernardini - MuleSoft

0:00 / 0:00

MuleSoft - Connecting ActiveMQ Classic and Artemis

1 474 просмотра · 4 года назад
Stefano Bernardini - MuleSoft
1,17 тыс. подписчиков
1 474 просмотра · 4 года назад
In this Integration Scenario, you will see how to use Apache ActiveMQ with MuleSoft. Apache ActiveMQ® is the most popular open source, multi-protocol, Java-based message broker. https://activemq.apache.org/ You will learn this 3 Common Scenario: 1. Simple Pub/Sub 2. Competing Consumers Pattern 3. Broadcasting 👉 ActiveMQ Classic 📃 Docker Setup: docker run -d -p 61616:61616 -p 8161:8161 rmohr/activemq 👉 ActiveMQ Artemis 📃 Docket Setup: docker run -d -e AMQ_USER=admin -e AMQ_PASSWORD=admin -e AMQ_EXTRA_ARGS='--relax-jolokia' -p8162:8161 -p 61615:61616 --name artemis quay.io/artemiscloud/activemq-artemis-broker 📃 Configuration: Connection factory jndi name → ConnectionFactory Jndi Initial Context Factory → org.apache.activemq.artemis.jndi.ActiveMQInitialContextFactory Jndi Provider URL → tcp://localhost:61615?broker.persistent=false&broker.useJmx=false Added Dependency on pom.xml → artemis-jms-client-all version 2.17.0 🚩 Connect with me on social: LinkedIn:   / stefano-bernardini   🔔 Subscribe to my YouTube channel https://www.youtube.com/c/StefanoBern... 00:00 Intro 01:52 ActiveMQ Classic - Simple Pub/Sub Scenario 08:38 ActiveMQ Classic - Competing Consumers Pattern Scenario 10:46 ActiveMQ Classic - Broadcasting Scenario 19:56 ActiveMQ Artemis - Broadcasting Scenario Tags: #mulesoft #tutorial #activemq #jms #integration #artemis #pattern