Setting IBM MQ custom property using Camel and JMS doesn't work

2021-01-13 Thread Anuja B
Hi I am using Apache Camel, JMS without JNDI to send messages to IBM MQ. Tried: exchange.getIn().setHeader( "customProperty", "123" ); This didn't work and found out that I have to set camel jms header and not camel header. Tried setting the following next: jmsComponent.setAllowAdditionalHeader

header.operationName defaulting to a single operation always

2013-10-03 Thread Anuja
Hi , I have two operations at one endpoint and have configured the routes using RouteBuilder. Irrespective of the operation called from SOAP UI, (inspite of setting the operationName in the header explicitly), the request is always being routed to one operation. Not sure how the operationName is