Re: Camel Hive Issue

2016-04-16 Thread VinothKR
Hi Claus, The latest version available in Maven in 2.17.0 Can you please publish the resolving code to 2.17.0 version as well. Thanks, Vinoth. -- View this message in context: http://camel.465427.n5.nabble.com/Camel-Hive-Issue-tp5780522p5781210.html Sent from the Camel - Users mailing list ar

Sending Query Parameters under Exchange.HTTP_QUERY & in URI for HTTP4 component

2016-04-16 Thread Debraj Manna
Hi, Can some one explain to me if there is any difference if the query parameters are passed under the header Exchange.HTTP_QUERY against passing it directly in the http4 url? Thanks, Debraj

Re: Best Strategy to process a large number of rows in File

2016-04-16 Thread Brad Johnson
At this point in your code: Are you getting the entire file in memory? That's going to be big so maybe not what you want. It may be livable however. ActiveMQ can handle a lot of throughput but remember that if you are using persistent queues you necessarily lose several orders of magnitude

Re: Best Strategy to process a large number of rows in File

2016-04-16 Thread Brad Johnson
At this point in your code: Are you getting the entire file in memory? That's going to be big so maybe not what you want. It may be livable however. ActiveMQ can handle a lot of throughput but remember that if you are using persistent queues you necessarily lose several orders of magnitude

Re: Best Strategy to process a large number of rows in File

2016-04-16 Thread Michele
Hi, as Ranx suggested, I tried with chain routes and attached screenshot of memory usage seda-memory-usage.png . it is evident that there is a net improvement, on average 600 MB memory usage. The chain of routes configured