Re: Throttling per activemq consumer

2016-06-27 Thread hasikada
We have multiple consumers (workers) on activemq queue. The message groups secure that messages within one message group are delivered to one selected consumer. As we have multiple consumers the messages from different message groups can be processed in parallel. I expected the throttling is done p

Re: JMS message selector problem with IBM MQ when doing request/reply (MEP InOut)

2016-06-27 Thread benjaminlee
Greetings! Apologies for replying to / reviving such an old thread. http://camel.465427.n5.nabble.com/JMS-message-selector-problem-with-IBM-MQ-when-doing-request-reply-MEP-InOut-tt5746670.html#none Fernando originally wrote, that while using WebSphere MQ and a single shared reply queue, the gener

Re: Camel s3 consumer polling the same file every time

2016-06-27 Thread Raghav
Hi, I'm new to apache camel framework and i'm using *2.15.1* version. My use case is to poll aws s3 bucket and download newly created files from it and for that i'm doing as follows *camel-route* from("aws-s3://" + Constants.S3_BUCKET + "?amazonS3Client=#client&deleteAfterRead=false") .ro

Camel activemq consuming duplicate/newer/filtering

2016-06-27 Thread fliot
Hi, I'm consuming an ActiveMQ queue, this consommation is first in-first out, and that's fine like this. In this queue, I received messages status of foreign object status, And when I'm consuming them, I'm exclusively interested by the very very last status of these remote objects. Is there an e

SQL Component with Batch Aggregation

2016-06-27 Thread Vince Iglehart
Hello, I need some help with an integration involving SQL batch processing and aggregation. The integration will be executed on demand by an end user. It will retrieve line items from a database, aggregate the line items by ticket nbr, and publish each ticket to web service. After the ticket is p

Re: camel salesforce component date time issue

2016-06-27 Thread ssatguru
So the use case for using 1800-01-01in our case was, to some extent, arbitrary. Business needed some arbitrary, very old date for some data. We got around the issue by choosing 1900-01-01 instead. The problem of course is valid. One solution could be to pass date in milliseconds (i.e. number of

Re: Camel :: MongoDB :: Save Operation - Does Not Upsert

2016-06-27 Thread web_nab...@sunilsamuel.com
Hello, For anyone who may run into this. It seems that if I add a field into my record and call 'save', this new field is not stored in MongoDB. So, say my original record is as follows: { id : "id", "firstName" : "First Name" } and I want to update it with the following : { id : "id", "first

cxf:rsClient :: Append to Address that was already configured

2016-06-27 Thread web_nab...@sunilsamuel.com
Hello, I configured the rsClient as follows: http://localhost:${port}/${something}/get/data"/> In the route, I would like to use the address that is configured within the cxf:rsClient and add additional query parameters. http://camel.465427.n5.nabble.com/cxf-rsClient-Append-to-

Re: camel salesforce component date time issue

2016-06-27 Thread arno noordover
Do we help the community (lower footprint) when we switch from jodatime to java8 zoneddatetime? Op 27 jun. 2016 8:33 p.m. schreef "arno noordover [via Camel]" < ml-node+s465427n5784467...@n5.nabble.com>: > I decided to implement the raised issue only for 2.18.0, because the > use-case for old date

Re: camel salesforce component date time issue

2016-06-27 Thread arno noordover
I decided to implement the raised issue only for 2.18.0, because the use-case for old dates in salesforce isn't very clear. This decision was made on the fact that 2.18.0 didn't support jodatime at all and this was a regression. -- View this message in context: http://camel.465427.n5.nabble.co