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

2013-11-08 Thread nanotech
Hi David, I am using MQ 7 and trying to set properties in folder(MQRFH V2 header ) and trying to view them as Named Properties through MQ Explorer. http://publib.boulder.ibm.com/infocenter/wmqv7/v7r0/index.jsp?topic=%2Fcom.ibm.mq.csqzaw.doc%2Fjm25440_.htm I tried the code that you provided, her

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

2013-11-07 Thread nanotech
Hi David, Thanks for the reply. I am not using Spring user. Can you give me a pointer as to how to use in a non-spring setting (i.e. using Java DSL ) -- View this message in context: http://camel.465427.n5.nabble.com/Fwd-Camel-Websphere-MQ-How-to-send-MQRFH2-properties-and-ReplyToQ-tp5742791p57

Getting rid of line separator [ BeanIO + Camel ]

2013-10-18 Thread nanotech
I am using BeanIO (fixedlength format ) and Camel.. As a POC, I am trying to write the data from Java object to a file using a route. Everything works fine but it puts an extra line separator (LS) at the end of record. Is there a way to suppress this behavior ? Here is how the Route looks like.

Re: Multiple inputs to an endpoint

2013-08-26 Thread nanotech
I have to take in two files as input because the 3rd party custom mapping route is expecting two arguments ( both as byte[] ) So the example would be -- View this message in context: http://camel.465

Multiple inputs to an endpoint

2013-08-24 Thread nanotech
Hi, I have an requirement where I need to send two files as input to a third party mapping jar. These files are the two arguments that the underlying mapping jar is expecting. Can someone suggest how such a route can be implemented in Camel ? -- View this message in context: http://camel.46

Reading and marshalling messages from IBM MQ / Bindy

2013-08-14 Thread nanotech
Hi, I have the following use case. Write a JUnit test( using CamelTestSupport ) to validate the transformation. 1. Send message ( xml ) to IBM MQ 2. Transformation Engine Reads message from queue and drops the transformed message to another queue. 3. Read the Transformed message (fixed width ) a