jamesnetherton opened a new issue, #8845:
URL: https://github.com/apache/camel-quarkus/issues/8845

   Also needs a IBM MQ container image bump to `10.0.0.0-r1`.
   
   I briefly tested this with `integration-tests/jms-ibmmq-client` and there 
are some test failures. I think the root cause is the same in each:
   
   ```
   Caused by: com.ibm.msg.client.jakarta.jms.DetailedMessageFormatException: 
JMSCC0050: The property name 'JMS_IBM_MsgToken' is reserved and cannot be set.
   The supplied property name begins with the JMS prefix, but is not one of the 
supported, settable properties.
   Check the property name and correct errors.
       at 
java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502)
       at 
java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:486)
       at 
com.ibm.msg.client.commonservices.j2se.NLSServices.createException(NLSServices.java:334)
       at 
com.ibm.msg.client.commonservices.nls.NLSServices.createException(NLSServices.java:226)
       at 
com.ibm.msg.client.jakarta.jms.internal.JmsErrorUtils.createException(JmsErrorUtils.java:126)
       at 
com.ibm.msg.client.jakarta.jms.internal.JmsMessageImpl.checkSettablePropertyName(JmsMessageImpl.java:2662)
       at 
com.ibm.msg.client.jakarta.jms.internal.JmsMessageImpl.setStringProperty(JmsMessageImpl.java:1982)
       at com.ibm.jakarta.jms.JMSMessage.setStringProperty(JMSMessage.java:1509)
       at 
org.apache.camel.component.jms.JmsMessageHelper.setProperty(JmsMessageHelper.java:169)
       at 
org.apache.camel.component.jms.JmsBinding.appendJmsProperty(JmsBinding.java:523)
       at 
org.apache.camel.component.jms.JmsBinding.appendJmsProperties(JmsBinding.java:464)
       at 
org.apache.camel.component.jms.JmsBinding.makeJmsMessage(JmsBinding.java:439)
       at 
org.apache.camel.component.jms.EndpointMessageListener.createMessage(EndpointMessageListener.java:409)
       at 
org.apache.camel.component.jms.EndpointMessageListener.lambda$sendReply$0(EndpointMessageListener.java:403)
       at 
org.apache.camel.component.jms.JmsConfiguration$CamelJmsTemplate.doSendToDestination(JmsConfiguration.java:660)
       at 
org.apache.camel.component.jms.JmsConfiguration$CamelJmsTemplate.lambda$send$3(JmsConfiguration.java:646)
       at org.springframework.jms.core.JmsTemplate.execute(JmsTemplate.java:536)
   ```


-- 
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