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