Re: Facing problems while using Set Header camel Processor

2009-04-29 Thread Roman Kalukiewicz
Hello Sailaja, There is another question - do you send your test message as InOnly or InOut? In JMS world if you set JMSReplyTo property to some value Camel will work as InOut flow, so sending the message to Q1 ("jms:queue:TestMF1") will cause Camel to wait for the response and will override all h

Re: Facing problems while using Set Header camel Processor

2009-04-28 Thread Claus Ibsen
set by the Set Header Processor. I have two questions regarding > this. > > 1. Why I didnt see the Header in the JMS Endpoint (Q2)? > 2. Can I assign the node value to a header? Like assigning the following > value to the header. > > > Test  --> apply Xpath, /Sample/Input &

Facing problems while using Set Header camel Processor

2009-04-28 Thread sailaja p
(Q2)? 2. Can I assign the node value to a header? Like assigning the following value to the header. Test --> apply Xpath, /Sample/Input ---> assign this "1234" to a Header Thanks in advance, sailaja. -- View this message in context: http://www.nabble.com/Faci