camel akka use cases
Hi Has anyone used camel-akka component ? For what type of use cases it will be helpful? And how is it different from camel/processor to camel/actor model? Regards kiran Reddy
View ArticleRequest Reply Issue - Advise needed
Hi, Can someone please advise if I am setting the reply message correctly for the request reply process? I want to send the message in the form of the StreamMessage. StreamMessage streamMsg =...
View ArticleStrange CXF error: java.lang.IllegalAccessError: tried to access method...
Hi all, After I integrate the doubleit webservice example having WS-Policy example from https://github.com/gmazza/blog-samples on a ZK web app using maven, CXF 2.7.6, when I call the web service, I got...
View Articlehow can I let camus etl point to hdfs instead of local?
I tried to run camus with the properties file in the examples dir: java -cp ...... com.linkedin.camus.etl.kafka.CamusJob -P myproperties.properties then it says that my output dir does not exist:...
View Articleusing a plugin twice?
I've a feeling I know the answer at this point, but: Is it possible to use the same plugin twice in the same maven session? E.g. if I want to use maven-assembly-plugin to create two different...
View ArticleIssue with Transactions and Split
Guys, I am having an issue with split and sending messages to the a queue. I am reading from a queue in this example and sending to another queue each of the split messages. The first message goes in...
View ArticleNumber of file handles increases indefinitely in producer if broker host is...
We found a issue that if broker host is un resolvable, the number of file handle keep increasing for every message we produce and eventually it uses up all available files handles in operating system....
View ArticleAspectJ Maven Plugin version 1.5 released
Hello all, The Mojo team is pleased to announce the release of the AspectJ Maven Plugin version 1.5. This release updates the plugin to current standards, resolving a set of outstanding bugs (c.f....
View ArticleFIQL error unterminated quoted string at or near "'\')"
Can anyone help. I'm using CXF v. 2.7.2 and have the following restful API call which uses a FIQL expression to query for patients: .../patients/search/firstname==James In my handler method, I have the...
View ArticleCamel 2.10 running in JBoss6.0(Fuse) with activeMQ. problem getting Message...
Hi, I'm trying to implement Asynchronous Request Response using ProducerTemplate and ConsumerTemplate. Case: JMSCorrelationID attached to a message that is processed correctly by a service. As a result...
View ArticleSchemaTuple doesn't seem to work on YARN
Hello; we are running a YARN cluster and I went to go try out the pig.schematuple option on our cluster (yes I know its experimental) and it doesn't seem to work the jobs all error out with: 2013-09-03...
View ArticlePython UDFs with Pig (support for Filter functions?)
Quick question from a Pig noob...in 0.11 does Pig support developing filter functions developed in Python? Is there any documentation or examples that anyone knows of? thx, John
View ArticleCamel routing issue after upgrade into active-mq 5.8
My code worked fine in activemq 5.5 only issue after upgrading activemq 5.8 Camel i having code like from(MESSAGING_TEST_CONSUMER_TYPE_SPECIFIC_QNAME).process(new...
View ArticleWhat is the best way to verify flume agent is running?
I've modified servers to log directly to a flume collector agent by rpcClient.appendBatch(...). I want to modify the server applications to verify the collector agent is running immediately at start up...
View ArticleHTTP endpoint
I'm trying to set up a camel end point that mimics the following curl query *curl -k -u username:password -H "If-Modified-Since: Tue, 3 Sep 2013 18:10:00 GMT" -d "mbl-stmt=(synloader(bounding-box 90...
View ArticleSometimes get no message streams in consumer
Hey gang, I have a strange intermittent issue with our 0.7.2 consumers that is perpelxing me: It seems like, sometimes very infrequently, when restarting our Consumer fleet, some consumers threads just...
View ArticleManufacturing Washers from Pipes
HI All, I'm looking for a way to use the MRP to create a load of washers from a length of steel pipe which is ordered in from a supplier. A piece of pipe is cut into 1000 pieces so one productId is...
View ArticleNeed help running the java send/recv example with the Qpid java broker
I'm trying to run the new Java send/recv example in proton 0.5 with the qpid java broker 0.22. I have the broker running on localhost and I've added a queue named test to the default virtualhost...
View ArticleFail the maven build on arbitrary string output in the log
Hi all - Is there a way to fail the build if an arbitrary string shows up in the log? We have quite the cocktail of plugins and instead of editing each one to catch different problems, it'd be cooler...
View ArticleJoin Question
Howdy folks, Let's say I have a set of data that looks like this: X, (X1, X2) Y, (Y1, Y2, Y3) So there could be an unknown number of members of each tuple per row. I also have a second set of data that...
View Article