Quantcast
Channel: Apache Timeline
Browsing all 5648 articles
Browse latest View live
↧

Recipient List Help -- Routes defined with Java DSL vs Spring XML

I'm trying to flesh out a prototype based on the Recipient List EIP. I've got a number of routes that I want to be able to configure on the fly based on various parameters stored in a database. My...

View Article


Avro to CSV conversion

Hi everyone I am trying to convert an avro file to csv. Are there any tools that support this conversion? Avro totext tool only supports a generic schema and fails if my avro file schema does not match...

View Article


Consumers offset tracking

Hi, I was wondering how the offset tracking was written in zookeeper for kafka 0.8.1.1 In the doc, it's written : But when I look in zookeeper, I get...

View Article

Upgrading typeahead to the latest version.

Hi guys, I'm wondering if there is a chance we could upgrade the typeahead.js to the latest version? It seems as if we are a little more than a year out of date....

View Article

Forcing a transaction to commit (using Spring XML)?

Using camel 10.0.3 with Spring 3.1. Doing workflow processing, I have two routes. One pulls a message from a JMS queue, processes it and then puts a new message on a different JMS queue (where the new...

View Article


weaveById - works with 2.13.1, not with 2.14-SNAPSHOT

Hey all, I have the following route defined with the Java DSL: from("direct:localMemberLookup").routeId("localMemberLookup") .process(new MemberLookupToSqlParametersProcessor()).id("sqlParams")...

View Article

problem with mx:DataGrid and custom itemRenderer using view states

Hi All: I've encountered an intermittant stack overflow problem displaying data in an <mx:DataGrid> with two colunms, variableRowHeight="true", and a custom itemRenderer applied to the second...

View Article

zookeeper shows two leaders after election

Hi We are using zookeeper 3.3.4 in our production cluster with 5 machines with additional 4 observers for read traffic. We currently observe some weird behavior when zookeeper relects leader to another...

View Article


WSS Issue

I followed: http://activemq.apache.org/websockets.html ActiveMQ opens the port but I cannot connect to it. Nothing in the log other than its opening the port for it: 2014-07-14 23:49:19,775 | DEBUG |...

View Article


Background image for itemrenderer

I created itemrenderer for list. I need to apply background image for that item renderer. i have tried this in set data method.. *this.setStyle("backgroundImage","assets\lord krishna.jpg");* But it...

View Article

How can I configure dynamic route

Hi, I have some problems about qpid dynamic route. I am using quid 0.28 on linux 2.6. The problem is like this: I want to configure a dynamic route among host A, B, C like this : A<=>B<=>C,...

View Article

Dynamic Endpoint URI - jetty producer's too many threads - Request parameter...

We have some external service - the requests to this service are sent from our camel route with jetty client (producer). The url of this service is the following -...

View Article

Join the list

Hi, Could you add me into the mailing list ?

View Article


Query regarding Kafka partitions and Consumer rebalancing

Hi, Currently we trying to configure Kafka in our system for pulling messages from Queues. We have multiple consumers( we might want to add consumers if load on one consumer increases) which need to...

View Article

Fileupload causes internet explorer 11 to hang

Hi, I have the following code - with google chrome I experience no problems but in internet explorer 11 the page hangs and gets stuck. I am using the latest version of wicket. Any ideas? Code summary:...

View Article


Error handling in aggregation strategy

Hi, I have a camel route having a custom aggregation strategy which extends AggregationStrategy. As per the signature of aggregate() method, it does not allow to throw an exception. But I want to...

View Article

Release of SonarQube Maven Plugin 2.4

Hi, The Mojo team is pleased to announce the release of the SonarQube Maven Plugin version 2.4. This plugin aims at running SonarQube analysis for Maven projects....

View Article


Flume custom source get BLOCKED automatically after some time

Hello, I have written flume custom source and in custom source in start() method I'm initiating a thread. This thread "data_thread" will collect data from web and writes to channel processor. My data...

View Article

Looking for Python example of acknowledging messages

I am beginning to do my homework, and I think I have a basic idea of the difference between a topic and a queue. Since my current task is to send messages to a queue (or a topic), I don't care how the...

View Article

How does bean integration work in non-Spring contexts?

Suppose I'm using CDI, or Blueprint, or Guice, or really anything other than Spring. The documentation < http://camel.apache.org/bean-integration.html> doesn't really explain how this works. Do...

View Article
Browsing all 5648 articles
Browse latest View live