I was using camel 2.1
Have upgraded to 2.2 now
I have since discovered that the "extra" jdbc producers were my own fault
anyway because of a classic mistake.
During my route a was creating a new ProducerTemplate in a processor.
This meant that it had its own ProducerCache that was empty thus m
Hi
I have created a route that splits on an arraylist that could be several
thousand items in size.
The route then does a few different things, and every so often sends a
message to a jdbc endpoint
Everything seems ok but if the arraylist is really big (> 1000) I run out of
memory.
I've found
aus Ibsen-2 wrote:
>
> On Wed, Oct 28, 2009 at 2:58 PM, Paul Phillips
> wrote:
>>
>> Ok great.
>>
>> From this I've now realised that what I really want to do is grab a bunch
>> of
>> stuff from the incoming xml and store it as properties on the mess
nson']/title/text()")
and it'll handle the parsing etc for me?
James.Strachan wrote:
>
> 2009/10/23 Paul Phillips :
>>
>> Hi there
>>
>> bit of a beginner question here.
>>
>> I have a situation where I want to
>>
>> - get some
Hi there
bit of a beginner question here.
I have a situation where I want to
- get some xml from a jms queue
- send an id contained in the xml to a custom component i have written (the
body of the request should be a string that looks like this: "ID=blah", so I
use a bean to grab the id using