wso2 / docs-mi

This repository contains the source code for WSO2 Micro Integrator documentation.
Apache License 2.0
4 stars 28 forks source link

Improvement on setting up the Micro Integrator with ActiveMQ in the Fundamentals course #890

Open Kalo22 opened 1 week ago

Kalo22 commented 1 week ago

Description

Improvement on setting up the Micro Integrator with ActiveMQ in the Fundamentals course

Describe the problem(s)

In the Apache ActiveMQ guidelines (https://apim.docs.wso2.com/en/4.2.0/install-and-setup/setup/mi-setup/brokers/configure-with-activemq/), when updating the deployment.toml file with the given snippet of [transport.jms.sender], there is nothing mentioned about [transport.jms.listener], that you should add as well. Without the listener the task will not work, and a beginner is more than likely to get stuck and confused.

Describe your solution(s)

Mention about the [transport.jms.listener] that the one following the guide should add/uncomment

DinithiDiaz commented 1 week ago

Hi @Kalo22, Thank you for reporting this. We will review the issue and provide an update soon.