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

clone camel 2.11.x branch

Hi all, I'm new to git and i'd like to know how clone camel 2.11.x branch Regards

View Article


Not able to log Ip Address of the Server while doing exchange on route.

Hi All , I am using SMPP and HTTP Component for configuring routes of servers using LB . I have to log IP Address of the server on which the exchange is going to happen , but i am unable to get the IP...

View Article


Running Camel in JBoss cluster

Hi @all, we plan to run camel in clustered environment. Our target platform is JBoss 7.1.3 (or Wildfly EAP 6.0) with following challenges: 1. most of our routes (httpConsumer, fileConsumer,...

View Article

Using the command line tools to delete multiple messages at once

I've been looking at the command line tools reference page for some time. The purge task seems to do what I want, but I don't seem to be able to remove multiple messages this way by specifying them...

View Article

Problem in VM broker url along with simpleAuthenticationPlugin in activemq

Below is sample test code for connecting to tcp broker url and the tcp://localhost:61616 url and simpleAuthenticationPlugin also configured in context-activemq.xml below code is working fine if I given...

View Article


Flume error in FIleChannel

Hi,   We are using CDH flume 1.3 (which ships with 4.2.1). We see this error in our flume logs in our production system and restarting flume did not help. Looking at the flume code, it appears to be...

View Article

C++ client question

Hi, I was try to encapsulate qpid client into this simple class class MySender private: Connection *pConn; public: MySender() {pConn = NULL;} ~MySender() { if (pConn != NULL) delete pConn;} void...

View Article

How to get partition information from Kafka Stream?

After retrieving a kafka stream or kafka message how to get the corresponding partition number to which it belongs ? I am using kafka version 0.7.2. More specifically kafka.consumer.KafkaStream and...

View Article


First Steps with Maven

Hi, I would like to know good sources for someone that is starting to learn Maven, some book, some webpage, that is clear and easy to understand Thanks

View Article


Text flow underline

Hi guys, i have a question :) Can we set the padding between letter and the underline? maybe 2 questions! Can we set the thickness of the underline? Thanks!

View Article

mahout logistic regression

The logistic regression code is difficult to follow: the trainlogistic and runlogistic part how the likelihood is calculated, how the weights is updated, etc does anyone knows who write the mahout...

View Article

Best way to write custom flume NG source/sink

Hello, I am writing custom flume source and sink and currently I am not seeing a best way to re-use the existing code. For example, if I am not able to extend the AvroSource class and customize some...

View Article

failover strategy

Hi, I can think of two failover strategies. I am not sure which one is the right way to go. First method. set up kafka server A on cluster 1 and set up another server B on cluster 2. The two clusters...

View Article


how brokers sync with each other

Hi, Assume A and B are two brokers in a kafka server. And there is long network Latency between A and B. For a partition with two replications, one replication Is assigned to A and the other is...

View Article

SimpleConsumer - Should FetchRequests span log segments?

Using Kafka 0.8, when specifying a starting offset and appropriate fetchSize, SimpleConsumer will only return up to the highest offset of the log segment containing the starting offset. For example,...

View Article


Sending data many times on the same session to Camel-Netty Server

Hi, I have the requirement like i need to send some data to camel netty server then wait for the response. After getting the response send some data but all should happen in the same session. I am...

View Article

Read CSV parameter in control loop instead of threadGroup

Hello all, I am newbie in Jmeter and creating new test case. The scenario is sending HTTP request for adding some items in cart. Here I want to read items from CSV so that user can easily change or...

View Article


Getting context name from processor

Does anyone know how to get the is of the camel context from inside a processor?

View Article

MongoDB component found but TypeConverter is NoClassDefFoundError

I have a weird issue happening with the mongodb component. I have an XML Camel route that has a to endpoint configured as a mongodb insert. <convertBodyTo type="java.lang.String"/> <to...

View Article

Is simpleauthentication required for vm broker url in activemq?

i have added the following code in context_activemq.xml for simpleauthentication for vm brokerurl.As i am new to activemq i don't know exactly is simpleauthentication is required for vm brokerurl?if...

View Article
Browsing all 5648 articles
Browse latest View live