How to send message to different Queue hosted in different queue manager and hostname in IBM MQ cluster

2017-04-21 Thread srakshit
Hi Users, I have posted my concerns over stackoverflow. Please find the link for the same. http://stackoverflow.com/questions/43525900/how-to-send-message-to-different-queue-hosted-in-different-queue-manager-and-hos

camel wmq transactions - ack mode as TRANSACTED

2014-08-13 Thread srakshit
Hi Team, Please find the below scenarios or camel route from("wmq:queue:eventQueue + "?useMessageIDAsCorrelationID=true") .transacted() .bean(orchestrator, "processMessage(${body}, ${headers})"); and for transaction i am maintaining JmsTransactionManager. please find the same. actually