gnodet commented on PR #21892:
URL: https://github.com/apache/camel/pull/21892#issuecomment-4032370175

   **Local test results for IBM MQ 9.4.5.0-r1:**
   
   Both `JmsComponentIbmMQTest` and `JmsReplyToIbmMQTest` fail with:
   ```
   MQRC_NOT_AUTHORIZED (2035) - security authentication failed for queue 
manager 'QM1'
   ```
   
   IBM MQ 9.4.x enforces authentication by default, while 9.3.x allowed 
unauthenticated developer connections on `DEV.CHANNEL`. To fix this, the test 
infrastructure needs to be updated:
   
   1. Set `MQ_APP_PASSWORD` environment variable on the container in 
`IbmMQLocalContainerInfraService`
   2. Pass `app` user and password credentials in 
`ConnectionFactoryHelper.createConnectionFactory()`
   
   This PR is **not safe to merge** without updating the test infrastructure 
for the new security requirements.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to