how to set MQMD ApplIdentityData

2015-06-15 Thread zasy
I am trying to set as, Output_SUMLON /setHeader> But this is not working. Could you please let me know the correct way to set the MQMD ApplIdentityData. -- View this message in context: http://camel.465427.n5.nabble.com/how-to-set-MQMD-ApplIdentityData-tp5768280.html Sent from the Cam

Camel sql select query with multiple headers inside where clause

2015-04-24 Thread zasy
I am trying to use Sql Select query, there I am using 2 Header value inside the where conditions. As below: select * from MY_TABLE where KEY_1 = :#Mandant and ACTIVE_FLAG = 'Y' and BUFFER_ID=:#Logging_Id and KEY_2 = 'INSERT' Its not working, whereas Insert query with both header values working fin