Enable debug logs for the JMS connector in both Mule Runtime 3.x and Mule Runtime 4.x versions.
There are two options to achieve this, manually changing the log4j file in your mule application or through Anypoint Runtime Manager. The second approach is recommended when possible and it's the only alternative if you are deploying to CloudHub.
In Mule Runtime 3.x, you'll need to set DEBUG level to the following packages:
In Mule Runtime 4.x, you'll need to set DEBUG level to the following packages:
1. Changing the log4j file
1.1. Modify the log4j2.xml file of your project (located on src/main/resources) and add the AsyncLogger tag containing the packages and level between the "Loggers" tag.
IE.
<Loggers> ... <AsyncLogger name="<package>" level="DEBUG"/> ... </Loggers>
1.2. Replace <package> with the package required for your Mule Runtime version.
1.3. Save your project and deploy the new version.
2. Configuring it through the Anypoint Runtime Manager UI
2.1. Once in Runtime Manager select the application and go to "Settings".
2.2. Click on the "Logging" sub-tab, and on the menu below add the desired package with DEBUG level.
2.3. Apply changes.
Remember to always disable the enhanced verbosity after troubleshooting since it will affect your application's performance.
001115929

We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.