Fwd: [Camel + Websphere MQ ] How to send MQRFH2 properties and ReplyToQ

2013-11-07 Thread Rachit Gandhi
ocalhost"); mqConnectionFactory.setPort(1440); mqConnectionFactory.setQueueManager("MY.QMGR"); mqConnectionFactory.setChannel("MY.SVRCONN.CHANNEL"); * mqConnectionFactory.setStringProperty("foo", "bar");* return mqConnectionFactory; } } -- Rachit Gandhi

Re: Getting rid of line separator [ BeanIO + Camel ]

2013-10-20 Thread Rachit Gandhi
I looked at the junit for beanio . https://svn.apache.org/repos/asf/camel/trunk/components/camel-beanio/src/test/java/org/apache/camel/dataformat/beanio/BeanIODataFormatComplexTest.java If I change the marshal route to write it to the file...and run the unit test . .it produces the file with a li