Re: Start a route based on a specific time everyday , but stop logic is based on ...

2015-10-07 Thread dpravin
Hi, Did you find any solution for the problem? I too am facing same issues. -- View this message in context: http://camel.465427.n5.nabble.com/Start-a-route-based-on-a-specific-time-everyday-but-stop-logic-is-based-on-tp5771696p5772385.html Sent from the Camel - Users mailing list archive at

Camel AMQ - SSL and XA

2016-06-04 Thread dpravin
Hello,We have AMQ connection factory classes for SSL and XA separately. However I did not find any connection factory class that supports both XA and SSL. Appreciate if anyone has come across this requirement and have a solution for it.Regards,Pravin -- View this message in context:

RE: please help with transformation of a response by xslt

2016-06-14 Thread dpravin
One quick update, I replace cxf producer end point with http4 component and the route ran with no issues/problems. However I still would like to understand why cxf end point is failing. Thanks, Pravin -- View this message in context:

RE: please help with transformation of a response by xslt

2016-06-13 Thread dpravin
My route is very similar to the route what is being discussed on this thread and I too am facing same issues. I have tried all the options suggested, however nothing works. Did anyone fixed this problem in their route. Appreciate any inputs. Thanks, Pravin -- View this message in context:

Camel - Quartz2

2016-02-18 Thread dpravin
I am using Quartz2 component for scheduling a route in blueprint. I want to to inject a datasource to Quartz bean. I tried with following two different options, however it did not worked. Appreciate if some

JMS Component configurations

2016-09-12 Thread dpravin
Hello All, We are in process of implementing hundreds of routes that will use Camel. Many of the routes will use remote instance of AMQ, local AMQ or WMQ to process the messages. Each of the routes will have the same (connection pooling) code/configuration repeated to connect to any one of these

Re: JMS Component configurations

2016-09-15 Thread dpravin
Thank you all for your responses. Appreciate if you could elaborate. Any examples will be helpfull. -- View this message in context: http://camel.465427.n5.nabble.com/JMS-Component-configurations-tp5787499p5787614.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: JMS Component configurations

2016-09-15 Thread dpravin
All, I tried following approach, however not sure if this is the right solution. I extended a class from JmsComponent. Instantiating this bean in my blueprint file and passing a pid to load the property file at runtime. Constructing following objects in the custom JmsComponent that are required

Blueprint and property placeholder

2016-09-21 Thread dpravin
Hello All, We have some common properties, not integration/bundle specific. Can multiple routes/bundles refer to these property files from blueprint using cm:property-placeholder? I also found out that if you have set update-strategy="reload" the bundle get restarted irrespective of the property

Camel JSON

2016-10-14 Thread dpravin
Hello All, The requirement is extract data from a Oracle database and one of the field is a Clob field (JSON format). I have set this field as Camel message body and invoking a REST web service. However I get an error with statusCode: 500. Appreciate if you could help me resolve this issue.

Purge messages from AMQ queue

2016-10-25 Thread dpravin
Hi All, I have a requirement to purge messages from a queue programmatically from a camel route. Appreciate if anyone could share some approach to handle this requirement. Thanks, P -- View this message in context:

Camel SQL

2016-10-13 Thread dpravin
Hi, I am trying to invoke a select count(*) from table1 or select count(pk_id) from table1. I am using SQL and do get the result in the body in following format, [{COUNT(*)=10}] or [{COUNT(PK_ID)=10}]. I would like to use the response to do some conditional routing. How do I get the result from

Camel SFTP with encrypted passwords

2016-12-13 Thread dpravin
Hi, I am using sftp component and it works file with normal password. However it fails to establish connection with encrypted password. I am using jasypt for encrypting all sensitive passwords. All components other components work fine with the encrypted passwords except sftp. Has anyone

Camel JMS XA Client

2016-12-04 Thread dpravin
Hi All, Requirement - Transacted route, we have to consume messages from MQ queue. Multiple resources involved, hence use XA transactions. Environment - Jboss Fuse 6.2.1, JDK 8, MQ 7.5.0.3 I use following to create the JMSComponent in blueprint and everything works fine as expected.