Re: sending oracle XMLType message to activeMQ

2017-02-11 Thread kumarburla
Hi Team, I am using sql-stored component to execute a stored procedure in Oracle DB. My OUT parameter is of type javaa.sql.SQLXML. When i am getting output in body, i am getting type as oracle.xdb.XMLType. I am passing this output to another procedure whose input is XMLTYPE. But i am getting

Re: Unable to set JMS_IBM_MQMD_ApplIdentityData using camel

2017-02-11 Thread Zoran Regvart
Hi Santhosh, the JMS component lets you set `javax.jms.Destination` via the `destination` property on the endpoint; or you can use `destinationResolver` property on the endpoint or `JMSDestination` header value and implement `org.springframework.jms.support.destination.DestinationResolver` interfac

Re: Camel Bindy - Mixed fixed and variable length processing?

2017-02-11 Thread Walzer, Thomas
You could always roll your own. But maybe it works with camel-beanio. Haven“t tried it though... Cheers, Thomas. > Am 10.02.2017 um 19:35 schrieb ruili1 : > > I have a similar question but simpler. My application is consuming a fixed > length format file today. But for some new feature the prod