Retire Maven Model Converter
Hi, The only consumer of Maven Model Converter we have left at the Apache Maven project is Maven One Plugin. If the vote for the retirement of Maven One Plugin succeeds we should also retire Maven...
View ArticleCamel HTTP component vs. Apache HTTP client
Hi, currently i'm working on a project which needs to download a lots of XML by HTTP request. when i use camel's HTTP component it took to download per request 600-800 ms but if i used for same request...
View ArticleFlex 4.10.0 Experimental layouts
Hello Everyone, Thnx Team for flex 4.10.0. I've created a mobile sample app which uses the new layouts. With this app everyone can easily adjust the settings off a layout configuration. Also I used a...
View ArticleDoes STSClient support SignChallenge?
Hello. WS-Trust 1.4 spec allows the process of obtaining a security token to consist not only of two messages (request for token, response with the token), but also to have some intermediate requests...
View ArticleNew Instance of CamelContext from Spring
Hi Guys, I have configured camel context in a spring file. Sample configuration is <camelContext id="c1" xmlns="http://camel.apache.org/schema/spring"> <route> <from...
View ArticleMonitoring with Riemann
Hi, Earlier today I finished work on a library that adds an additional metrics reporter (https://github.com/pingles/kafka-riemann-reporter). I did it because although we were writing the CSV metrics we...
View ArticleFlexible Producers and Consumers
I've read through many sites regarding using Kafka for log aggregation but haven't really found anything that actually talks about how people are shipping their logs into Kafka and consuming them. I'm...
View ArticlePlz help me
I have 2 kafka and 1 zookeeper But When I use kafka producer to send msg to zookeeper ,It just send msg to broker 0,but not broker 1. ./kafka/bin/kafka-producer-perf-test.sh --brokerinfo zk.connect=...
View ArticlePlz help me
I have 2 kafka and 1 zookeeper But When I use kafka producer to send msg to zookeeper ,It just send msg to broker 0,but not broker 1. ./kafka/bin/kafka-producer-perf-test.sh --brokerinfo zk.connect=...
View Articleerror handling async instead of sync
Hi, I have a route with an errorHandler configured. I set it to redeliver async. But when an error occures the remaining messages on the queue are processed after the redelivery of the failed message...
View ArticleApache CXF 2.7.6/2.6.9/2.5.11 released
The Apache CXF team is proud to announce the availability of the latest patches: 2.7.6, 2.6.9, and 2.5.11. One very important note: this is the last planned release on the 2.5.x branch. Users are...
View ArticleJena and Hbase Integration
Hi all Well subject itself telling the question. Does anyone has experience ? I see only RDBMS in supported list of Jena . Are there any plans to include Hbase? Regards Oleg Ps I saw some project...
View ArticleFilter bag with multiple output
Hi, I have rather simple problem and I can't create nice solution. Here is my input: msisdn longitude latitude ts 1 20.30 40.50 123 1 0.0 null 456 2 60.70 34.67 678 2 null null 978 I need: group by...
View ArticleOAuth 1.0 with CXF 2.7.5
I have working code written for CXF 2.6.2, which I'm now trying to run on 2.7.5. My client is a background service, hence the callback URL is oob. For it to work on 2.6.2, I had written a custom...
View ArticleChanging Thread Group parameters at runtime
Hey, I would like to know if it's possible to change the thread parameters at runtime. I already use a property on the thread count value, but i would like to know if u can change the scheduler and...
View ArticleVersion Naming Convention / Namespaces
We had wanted to use a version number naming convention to indicate successive versions of user data types, for example if we define an Avro "Employee" record we intended to name this: Employee.V1_0...
View ArticleBest way to read a file.
I have successfully read a file into a model using the following code based on the some of the documented examples. String inputfile = "c://myfile.ttl"; // create an empty model...
View ArticleAchieving reasonably performing federated queries
Hi all, This is partly a summary of my recent experiences with federated queries and partly a request for your feedback on making /reasonably/ performing federated queries. The query in question is...
View ArticleHow to Pause Quartz Componenent
Hi, I am using Quartz Component which run Daily at 20:00 I configured it as from("quartz://myGroup/myTimerName?cron=0+0+20+1/1+*+?+*").routeid("MainRoute").to("jms:queue:outBoundQueue") I need to pause...
View Article