Aggregating transforming large data into file.

2014-05-16 Thread Sri
file xml. Since the file data is very large I am little worried about performance. Please suggest if there are any alternative ways or which way it better in the above case. Versions: Java 1.7 Camel : 2.11.0 Thanks Sri -- View this message in context: http://camel.465427.n5.nabble.com

Acknowledgement to JMS Topic on activemq

2013-12-17 Thread Sri
successfully. Your help will be much appreciated. Thanks Sri -- View this message in context: http://camel.465427.n5.nabble.com/Acknowledgement-to-JMS-Topic-on-activemq-tp5744954.html Sent from the Camel - Users mailing list archive at Nabble.com.

Acknowledgement to topic only after process commits

2013-12-13 Thread Sri
that I won't loose documents if it is the commit is not successful. But here the acknowledge is sent as soon as aggregator takes it from the topic/ is there any way that I delay sending acknowledgement only after I successful commit. Thanks in advance for your help Sri -- View this message

Wante to clear the messages in queue

2012-12-19 Thread Sri
Hello, I wanted to clear all the messages from the queue with a rest call. is there any quick way of doing this. Regards Sri -- View this message in context: http://camel.465427.n5.nabble.com/Wante-to-clear-the-messages-in-queue-tp5724381.html Sent from the Camel - Users mailing list

Bringing down the application

2012-10-01 Thread Sri
Hi, I am using the camel in the web application which is deployed on tomcat 6. I wanted to bringdown the application with a single button and don't want loose any data. Is there any steps that I need to follow inorder not to loose any data on the routes.. At the moment I am using

getting active route information

2012-10-01 Thread Sri
(A) and then check all the messages under that route (consumed from A ) is finished or under processing mode. I want to display this info on the status page. Regards Sri -- View this message in context: http://camel.465427.n5.nabble.com/getting-active-route-information-tp5720303.html Sent from

Re: getting active route information

2012-10-01 Thread Sri
for queue/endpoint . ie how many messages are pending and how many are processed. Regards Sri -- View this message in context: http://camel.465427.n5.nabble.com/getting-active-route-information-tp5720303p5720315.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Unit test failing onException clause

2012-08-19 Thread Sri
sorry for misspelling ur name :) -- View this message in context: http://camel.465427.n5.nabble.com/Unit-test-failing-onException-clause-tp5717350p5717666.html Sent from the Camel - Users mailing list archive at Nabble.com.

delay on Exception is not working

2012-08-14 Thread Sri
) .maximumRedeliveries(retries).delay(retryDealy) .process(dispatch500ErrorProcessor) I am using Camel 2.9.1 active mq : 5.4.1 Java 1.6_30 Regards Sri -- View this message in context: http://camel.465427.n5.nabble.com/delay-on-Exception-is-not-working

Re: delay on Exception is not working

2012-08-14 Thread Sri
(dispatcherRedeliveryPolicy.getDelayPattern()) will it work. Regards Sri -- View this message in context: http://camel.465427.n5.nabble.com/delay-on-Exception-is-not-working-tp5717323p5717328.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: delay on Exception is not working

2012-08-14 Thread Sri
(dispatch500ErrorProcessor) Thanks any way for the information. Regards Sri -- View this message in context: http://camel.465427.n5.nabble.com/delay-on-Exception-is-not-working-tp5717323p5717334.html Sent from the Camel - Users mailing list archive at Nabble.com.

Unit test failing onException clause

2012-08-14 Thread Sri
using camel 2.9.1 Active MQ 4.5.1 Java 1.6 Regards Sri -- View this message in context: http://camel.465427.n5.nabble.com/Unit-test-failing-onException-clause-tp5717350.html Sent from the Camel - Users mailing list archive at Nabble.com.

Camel Spring testing framework

2012-07-23 Thread Sri
Hi All, I wanted to create unit testing framework for Camel spring. It would be great if any body who have already worked on similiar kind of stuff can share thoughts on this. I wanted to use annotations for this framework. Regards Sri -- View this message in context: http://camel.465427

Re: Camel Spring testing framework

2012-07-23 Thread Sri
Hi, I just wanted to create a base class for my testing framework which should use Spring Application context and Camel context and the other test cases can extend this base class and proceed. and BTW the spring enhanced testing is available in 2.9.1 version. Regards Srinivas -- View this

Re: creating routes dynamically

2012-07-06 Thread Sri
++){ template.sendBody(jms:incomingData+i, exchange.getIn().getBody()); } may be easy one. How ever I wanted to read the messages from these routes and But no clue how to inform this routes the which is going to be consumed? Any Ideas Sri -- View this message in context

Choosing DSL Java or Spring

2012-07-06 Thread Sri
Hi All, Which id DSL is good for project. Java DSL or Spring. I have used java earlier how ever want to try Spring DSL in the current project. is there any disadvantages using Spring DSL. Regards Sri -- View this message in context: http://camel.465427.n5.nabble.com/Choosing-DSL-Java

creating routes dynamically

2012-07-05 Thread Sri
Hi, I wanted to create routes dynamically based on the msg header I receive and send msg to that route . This routes can grow to thousands over the period of time. And is it feasble to have this kind of architecture?. Regards Sri -- View this message in context: http://camel.465427.n5

XProc support in Camel

2012-06-19 Thread Sri
Hi, We are planning to use XProc insted of XML in our project. is there any support for XProc in future releases. Regards Sri -- View this message in context: http://camel.465427.n5.nabble.com/XProc-support-in-Camel-tp5714664.html Sent from the Camel - Users mailing list archive at Nabble.com.

JSON To XML Converter

2012-06-18 Thread Sri
Hi All, is there any JSON to XML converter in camel. As of now I couldn't find any component in that. Please suggest me if there are any alternative ways. Thanks in advance for your responses. Regards Srinivas -- View this message in context:

Re: aws-sqs queue running into exception

2011-05-19 Thread Sri
Thanks Claus! It works now. -- View this message in context: http://camel.465427.n5.nabble.com/aws-sqs-queue-running-into-exception-tp4410078p4410122.html Sent from the Camel - Users mailing list archive at Nabble.com.

catching OutOfMemoryError on the route

2011-03-18 Thread Sri
that we can this error and stop the JVM. Regards Sri -- View this message in context: http://camel.465427.n5.nabble.com/catching-OutOfMemoryError-on-the-route-tp3962278p3962278.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Memory leak in camel mail component

2011-02-02 Thread Sri
. Regards Sri http://camel.465427.n5.nabble.com/file/n3367728/MemoryLeakTest.java MemoryLeakTest.java -- View this message in context: http://camel.465427.n5.nabble.com/Memory-leak-in-camel-mail-component-tp3364793p3367728.html Sent from the Camel - Users mailing list archive at Nabble.com.

Memory leak in camel mail component

2011-01-31 Thread Sri
for the reference. http://camel.465427.n5.nabble.com/file/n3364793/MemoryRuntimeData.html MemoryRuntimeData.html Environment. : Camel : 2.5.0 Camel Mail: 2.5.0 Java: 1.6.0_18-b07 Active MQ: 5.4.1 Regards Sri -- View this message in context: http://camel

Re: Handling concurrency on quartz timer

2010-11-19 Thread Sri
Hello All, With the above configuration it worked! Regards Sri -- View this message in context: http://camel.465427.n5.nabble.com/Handling-concurrency-on-quartz-timer-tp3270817p3272464.html Sent from the Camel - Users mailing list archive at Nabble.com.

ftp tempFile Name extension

2010-10-30 Thread Sri
Hi All, I want to use tempFileName=somename.{somenumber} on the FTP URI. is it possible to use it insted of tempFileName=somename.tmp Regards Sri -- View this message in context: http://camel.465427.n5.nabble.com/ftp-tempFile-Name-extension-tp3243271p3243271.html Sent from the Camel - Users

setting headers in destination endpoint for exec

2010-10-28 Thread Sri
); logger.info(Exit code: + exitCode); I need to pass the highlighted part from the headers. is there any way that I can send these parameters dynamically I mean creating the destination end point string dynamically. thanks in advance for your suggestions. Regards Sri -- View

Re: setting headers in destination endpoint for exec

2010-10-28 Thread Sri
I used recipientList pattern and it worked. Thank you very much. -- View this message in context: http://camel.465427.n5.nabble.com/setting-headers-in-destination-endpoint-for-exec-tp3240403p3240552.html Sent from the Camel - Users mailing list archive at Nabble.com.

org.apache.camel.component.file.GenericFileOperationFailedException: File operation failed Exception

2010-10-23 Thread Sri
in advance for your response. Regards Sri -- View this message in context: http://camel.465427.n5.nabble.com/org-apache-camel-component-file-GenericFileOperationFailedException-File-operation-failed-Exception-tp3233695p3233695.html Sent from the Camel - Users mailing list archive

Getting Thread number on concurrent consumers , threads

2010-10-12 Thread Sri
consuming messages with thread numbers starts from 0 to 5. is there any way that I can get this number. Thanks for your help in advance. Regards Sri -- View this message in context: http://camel.465427.n5.nabble.com/Getting-Thread-number-on-concurrent-consumers-threads-tp3208969p3208969.html Sent

Re: Consumers need to restart when ActivemQ restarts

2010-08-12 Thread Sri
I have tried with setting jms.prefetchPolicy.queuePrefetch=1 but still there is no difference. -- View this message in context: http://camel.465427.n5.nabble.com/camel-failover-and-prefetchPolicy-are-not-working-together-tp2428233p2473072.html Sent from the Camel - Users (activemq) mailing

camel failover and prefetchPolicy are not working together

2010-08-10 Thread Sri
to load 2010-08-06 13:50:29,221 [main] INFO org.apache.camel.impl.converter.DefaultTypeConverter - Loaded 159 type converters in 0.547 seconds **Sri -- View this message in context: http://camel.465427.n5.nabble.com/camel-failover-and-prefetchPolicy-are-not-working-together-tp2411270p2411270

Re: camel 2.5 recipientList aggregationStrategy timeout

2010-08-10 Thread Sri
We are already using camel.ftp 2.5 SNAPSHOT version -- View this message in context: http://camel.465427.n5.nabble.com/camel-2-5-recipientList-aggregationStrategy-timeout-tp2265144p2419602.html Sent from the Camel - Users mailing list archive at Nabble.com.

Consumers need to restart when ActivemQ restarts

2010-08-10 Thread Sri
to load 2010-08-06 13:50:29,221 [main] INFO org.apache.camel.impl.converter.DefaultTypeConverter - Loaded 159 type converters in 0.547 seconds **Sri -- View this message in context: http://camel.465427.n5.nabble.com/Consumers-need-to-restart-when-ActivemQ-restarts-tp2428233p2428233.html Sent from

Re: Consumers need to restart when ActivemQ restarts

2010-08-10 Thread Sri
It works when I remove jms.prefetchPolicy.queuePrefetch=0 from the URI but not when I included -- View this message in context: http://camel.465427.n5.nabble.com/camel-failover-and-prefetchPolicy-are-not-working-together-tp2428233p2431512.html Sent from the Camel - Users (activemq) mailing list

Consumers need to restart when ActivemQ restarts

2010-08-05 Thread Sri
consume the messages with out restarting it. Thanks in advance. Regards Sri -- View this message in context: http://camel.465427.n5.nabble.com/Consumers-need-to-restart-when-ActivemQ-restarts-tp2265729p2265729.html Sent from the Camel - Users (activemq) mailing list archive at Nabble.com.

Re: Instance is not consuming any messages

2010-07-07 Thread Sri
I checked somewhere that we can add maxInactivityDuration option to the activeMQ URL ie. wireFormat.maxInactivityDuration=0 brokerconnection =tcp://dev01.sportingstatz.com:61616?wireFormat.maxInactivityDuration=0 will this solves the above above problem. -- View this message in context:

Process not stops consuming messages after being inactive for a while

2010-07-02 Thread Sri
instances are stop consuming message by being inactive for long time. is there any way to avoid this and make active the moment there are messages in the queue Thanks in advance for your suggestions. Regards Sri -- View this message in context: http://camel.465427.n5.nabble.com/Process-not-stops