You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: