Re: Camel JPA Thread Hung

2017-03-09 Thread Gnana
SimpleRegistry registry = new SimpleRegistry(); registry.put("datasource",myDataSourceObj); CamelContext context = new DefaultCamelContext(registry); context.addRoutes(new myRouteBuilder()); from URI= "uri="jpa://br.rafaeltuelho.model.Customer?consumer.namedQuery=Customer.findAll&consumer.delay

Re: Camel JPA Thread Hung

2017-03-09 Thread Gnana
SimpleRegistry registry = new SimpleRegistry(); registry.put("datasource",myDataSourceObj); CamelContext context = new DefaultCamelContext(registry); context.addRoutes(new myRouteBuilder()); from URI= "uri="jpa://br.rafaeltuelho.model.Customer?consumer.namedQuery=Customer.findAll&consumer.delay

Re: Camel JPA Thread Hung

2017-02-17 Thread Gnana
-- View this message in context: http://camel.465427.n5.nabble.com/Camel-JPA-Thread-Hung-tp5794001p5794044.html Sent from the Camel - Users mailing list archive at Nabble.com.

Camel JPA Thread Hung

2017-02-17 Thread Gnana
Hi All,I have created one route which has JPA component to poll the records from DB periodically. it is working good. I hope each route has one worker thread. if DB is down or any N/W issue for minute, route is not working as expected. application is running.( it is not polling records from DB even

Failed to connect to queue manager 'QUEUE-NAME' with connection mode 'Client' and host

2015-04-13 Thread Gnana
I have developed subscripe (topic) conncept using Camel. it is working fine in my local tomcat.but it is not working in my test environment tomcat. it is getting below mentioned error. kindly help me to resolve the issue and how to debug the issue. is it related to server configuration ? Error --

Re: IBM MQ Issue because of Spring JMS Listener

2015-02-25 Thread Gnana
I have used *inOnly* instead of to in route. it is working fine. to is getting response and camel is trying to update response in default queue.default queue doesn't have access. so I am getting warning. now inOnly won't expect response. -- View this message in context: http://camel.465427.n5.

IBM MQ Issue because of Spring JMS Listener

2015-02-20 Thread Gnana
HI, I am new to IBM MQ with Apache camel. below is my configuration * * my application is running in Spring Container. some time I am getting this below warning, hence My route is not working ( IBM MQ is not reading msg). for getting warning, Route is not working . *Exception

Re: Camel SFTP Zero size file download

2015-02-04 Thread Gnana
Great, It looks it working fine -- View this message in context: http://camel.465427.n5.nabble.com/Camel-SFTP-Zero-size-file-download-tp5762381p5762385.html Sent from the Camel - Users mailing list archive at Nabble.com.

Camel SFTP Zero size file download

2015-02-04 Thread Gnana
I am downloading PDF file from server using camel SFTP component. Sometime it is downloading zero size file. but actual size is 4kb. I think camel is downloading the file while it is being written. kindly let me know how to download the file after file written operation is done. Give some example.

Re: Camel CXF SOAP Service

2015-01-07 Thread Gnana
ITt seems like SOAP UI project issue. now it works fine -- View this message in context: http://camel.465427.n5.nabble.com/Camel-CXF-SOAP-Service-tp5761359p5761425.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel CXF SOAP Service

2015-01-06 Thread Gnana
I have tried with version 4 & 5. but no response. -- View this message in context: http://camel.465427.n5.nabble.com/Camel-CXF-SOAP-Service-tp5761359p5761410.html Sent from the Camel - Users mailing list archive at Nabble.com.

Camel CXF SOAP Service

2015-01-06 Thread Gnana
Apache Camel Jar -2.14.1 CXFJar - 3.0.3 Spring Jar - 3.2.4.RELEASE Broswer URL = http://localhost:8080/camel-example-cxf-tomcat/webservices/incident?wsdl kindly help me why SOAPUI project & request is not working Regards, Gnana -- View this messag