Re: handling large files

2013-03-02 Thread cristisor
m the file, but I don't understand why or where. -- View this message in context: http://camel.465427.n5.nabble.com/handling-large-files-tp471986p5728373.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: handling large files

2010-03-28 Thread Claus Ibsen
not have a support for > Digester at the moment. > > Another idea: Would you recommend using of Xstream for this task? > > > Claus Ibsen-2 wrote: >> >> >>> Claus Ibsen-2 wrote: >>>> >>>> Hi >>>> >>>> This is as f

Re: handling large files

2010-03-26 Thread Justinson
handling is supported. Unfortunately Camel does not have a support for Digester at the moment. Another idea: Would you recommend using of Xstream for this task? Claus Ibsen-2 wrote: > > >> Claus Ibsen-2 wrote: >>> >>> Hi >>> >>> This is as far I go

Re: handling large files

2010-03-23 Thread Claus Ibsen
do some custom clipping. I >>> believe its regexp based so you may be able to find a good regexp that >>> can split on or something. >>> >>> >>> >>> >>> >>> >>> >>>> >>>> >>>>> >>>

Re: handling large files

2010-03-23 Thread Justinson
>> >> >>> >>> >>>> >>>> >>>> Claus Ibsen-2 wrote: >>>>> >>>>> Hi >>>>> >>>>> How do you want to split the file? >>>>> Is there a special character

Re: handling large files

2009-10-21 Thread mcarson
sion and producer are not recreated for every call to send()? See > the following for more info: > > http://activemq.apache.org/jmstemplate-gotchas.html > > Bruce > -- > > -- View this message in context: http://www.nabble.com/handling-large-files-tp25826380p25997888.html Se

Re: handling large files

2009-10-21 Thread mcarson
as what could cause this? > > I'm not sure what kind of configuration you're using for ActiveMQ, but > are you utilizing a connection pooler so that the the connection, > session and producer are not recreated for every call to send()? See > the following for more info: >

Re: handling large files

2009-10-21 Thread Bruce Snyder
On Fri, Oct 16, 2009 at 7:41 AM, mcarson wrote: > > Using the scanner seems to work for parsing down the huge file based upon a > delimiter.  However it appears that either the JmsTemplate I'm using to send > messages or ActiveMQ cannot keep pace. > > Somewhere between 250K - 500K sends, I get thi

Re: handling large files

2009-10-16 Thread Claus Ibsen
g java.util.Scanner is great as it can do streaming. And also >>>>>>>> what >>>>>>>> Camel can do if you for example want to split by new line etc. >>>>>>>> >>>>>>>> -- >>>>>>&g

Re: handling large files

2009-10-16 Thread mcarson
t;>>>>> what >>>>>>> Camel can do if you for example want to split by new line etc. >>>>>>> >>>>>>> -- >>>>>>> Claus Ibsen >>>>>>> Apache Camel Committer >>>>>>> >>>>>>> Open Source Integration: http://fusesource.com >>>>>>> Blog: http://davsclaus.blogspot.com/ >>>>>>> Twitter: http://twitter.com/davsclaus > > -- View this message in context: http://www.nabble.com/handling-large-files-tp25826380p25924781.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: handling large files

2009-10-14 Thread Claus Ibsen
regexp that >>> can split on or something. >>> >>> >>> >>> >>> >>> >>> >>>> >>>> >>>>> >>>>> >>>>> Claus Ibsen-2 wrote: >>>>>> >>>>&

Re: handling large files

2009-10-14 Thread mcarson
g: http://davsclaus.blogspot.com/ >>>>> Twitter: http://twitter.com/davsclaus >>>>> >>>>> >>>> >>>> -- >>>> View this message in context: >>>> http://www.nabble.com/handling-large-files-tp25826380p25891924.html >>>> Sent from the Camel - Users mailing list archive at Nabble.com. >>>> >>>> >>> >>> >>> >>> -- >>> Claus Ibsen >>> Apache Camel Committer >>> >>> Open Source Integration: http://fusesource.com >>> Blog: http://davsclaus.blogspot.com/ >>> Twitter: http://twitter.com/davsclaus >>> >> >> >> >> -- >> Claus Ibsen >> Apache Camel Committer >> >> Open Source Integration: http://fusesource.com >> Blog: http://davsclaus.blogspot.com/ >> Twitter: http://twitter.com/davsclaus >> > > > > -- > Claus Ibsen > Apache Camel Committer > > Open Source Integration: http://fusesource.com > Blog: http://davsclaus.blogspot.com/ > Twitter: http://twitter.com/davsclaus > > -- View this message in context: http://www.nabble.com/handling-large-files-tp25826380p25898450.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: handling large files

2009-10-14 Thread Claus Ibsen
Is there a special character that denotes a new "record" >>>> >>>> Using java.util.Scanner is great as it can do streaming. And also what >>>> Camel can do if you for example want to split by new line etc. >>>> >>>> -- >>>&g

Re: handling large files

2009-10-14 Thread Claus Ibsen
t;> Using java.util.Scanner is great as it can do streaming. And also what >>> Camel can do if you for example want to split by new line etc. >>> >>> -- >>> Claus Ibsen >>> Apache Camel Committer >>> >>> Open Source Integration: http://fu

Re: handling large files

2009-10-14 Thread Claus Ibsen
t; Apache Camel Committer >> >> Open Source Integration: http://fusesource.com >> Blog: http://davsclaus.blogspot.com/ >> Twitter: http://twitter.com/davsclaus >> >> > > -- > View this message in context: > http://www.nabble.com/handling-large-files-tp2582

Re: handling large files

2009-10-14 Thread mcarson
r: http://twitter.com/davsclaus > > -- View this message in context: http://www.nabble.com/handling-large-files-tp25826380p25891924.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: handling large files

2009-10-14 Thread mcarson
- View this message in context: http://www.nabble.com/handling-large-files-tp25826380p25890925.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: handling large files

2009-10-14 Thread Claus Ibsen
>     >         >                 >         >     >   > >  http://camel.apache.org/schema/spring"; >        xmlns:s="http://schemas.xmlsoap.org/soap/envelope/";> >    camel.myprototype > >     >       >       >        /s:Envelope/s:Body/person >

Re: handling large files

2009-10-14 Thread mcarson
="http://schemas.xmlsoap.org/soap/envelope/";> camel.myprototype /s:Envelope/s:Body/person -- View this message in context: http://www.nabble.com/handling-large-files-tp25826380p25890696.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: handling large files

2009-10-09 Thread tide08
om(“file:data”).split(..).to("jms:myq").to("file:dest") - loads the > entire file into memory and then tries to split (causing out of memory)? > > Is there a better way? > > Thanks, > Reju > > -- View this message in context: http://www.nabble.com/

handling large files

2009-10-09 Thread Reju Mathew
then tries to split (causing out of memory)? Is there a better way? Thanks, Reju -- View this message in context: http://www.nabble.com/handling-large-files-tp25826380p25826380.html Sent from the Camel - Users mailing list archive at Nabble.com.