Re: Camel Log Writing

2014-03-14 Thread Willem Jiang
You can define the log append according the package name, I don’t know why you cannot do it? Can you give us an example for you question? -- Willem Jiang Red Hat, Inc. Web: http://www.redhat.com Blog: http://willemjiang.blogspot.com (English) http://jnn.iteye.com (Chinese) Twitter: willemjian

Re: sjms and multiple threads

2014-03-14 Thread Bengt Rodehav
Ok - thanks. I have tried it but only together with threads(). I didn't realize that it might create threads on its own. /Bengt Den 14 mar 2014 17:26 skrev "Claus Ibsen" : > Hi > > I think you should use the consumerCount option on the endpoint instead > > On Fri, Mar 14, 2014 at 5:10 PM, Bengt R

Re: sjms and multiple threads

2014-03-14 Thread Claus Ibsen
Hi I think you should use the consumerCount option on the endpoint instead On Fri, Mar 14, 2014 at 5:10 PM, Bengt Rodehav wrote: > I'm using Camel 2.12.3 and the sjms component for communicating with > Weblogic JMS. > > Everything works fine when I use a single thread. However, to increase > thr

sjms and multiple threads

2014-03-14 Thread Bengt Rodehav
I'm using Camel 2.12.3 and the sjms component for communicating with Weblogic JMS. Everything works fine when I use a single thread. However, to increase throughput I want multiple threads to read messages from the queue. I've done this by using the "threads()" method: from(sjms:...).threads(1

Camel Log Writing

2014-03-14 Thread TechieDeep
Hi, > > I have a camel based application which calls another application web > service. The another application web service is having different location > for log writing and the camel application is having different log > location. > > But when camel route calls the web service ,all the web servic

Re: Camel support for JMS 2.0 Shared subscriptions

2014-03-14 Thread Claus Ibsen
camel-jms is using Spring JMS, so its more what spring supports out of the box. camel-sjms is a new alternative using pure JMS API. That component may support JMS 2.0 in the future. But for sure in a future release we will support JMS 2.0 stuff when/if the community needs it. Though I would like

Re: Issue in moving the file after all the processors executed without any exception

2014-03-14 Thread Claus Ibsen
Hi Can you not call consumer.doneUoW(localexchange) later? On Fri, Mar 14, 2014 at 11:36 AM, geetha wrote: > Hi, > > I am using SFTP and consumerTemplate to fetch the file. Using spring DSL. > Initially my route listen to a queue and gets the encoded message with the > SFTP server details. M

Re: Problems of camel-hbase component

2014-03-14 Thread Claus Ibsen
Ad 1) You can see the names in these classes https://github.com/apache/camel/blob/master/components/camel-hbase/src/main/java/org/apache/camel/component/hbase/HBaseConstants.java https://github.com/apache/camel/blob/master/components/camel-hbase/src/main/java/org/apache/camel/component/hbase/Hbase

Re: How do I add Camel Support to an existing application

2014-03-14 Thread Rhubarb
anyone - please? I put a bounty even over on SO - still no takers. Do I need to clarify something. -- View this message in context: http://camel.465427.n5.nabble.com/How-do-I-add-Camel-Support-to-an-existing-application-tp5748647p5748830.html Sent from the Camel - Users mailing list archive at

Re: Problems of camel-hbase component

2014-03-14 Thread Claus Ibsen
Hi Ad 2) Yeah that is a mistake on the example. You should have 2 as prefix on the header name, for the 2nd header, and 3 for the 3rd, and 4 for the 4th and so on. On Fri, Mar 14, 2014 at 9:51 AM, liugang594 Liu wrote: > Hi All: > > I'm tring camel-hbase component, and I did follow the guide pag

Camel support for JMS 2.0 Shared subscriptions

2014-03-14 Thread Chris Ridmann
Hello, I was wondering if there is a roadmap for the JMS Component to support some of the features of JMS 2.0 (http://www.oracle.com/technetwork/articles/java/jms2messaging-1954190.html), namely shared topic subscriptions. Thanks! -- View this message in context: http://camel.465427.n5.nabble

Issue in moving the file after all the processors executed without any exception

2014-03-14 Thread geetha
Hi, I am using SFTP and consumerTemplate to fetch the file. Using spring DSL. Initially my route listen to a queue and gets the encoded message with the SFTP server details. My first processor decode the message and give me the path and name of the file inside the server. My second processor forms

Problems of camel-hbase component

2014-03-14 Thread liugang594 Liu
Hi All: I'm tring camel-hbase component, and I did follow the guide page http://camel.apache.org/hbase.html . I have some questions here: 1. Header Mapping Options for example, the 'rowId' options, the name should be 'CamelHBaseRowId' ,right (same for others)? 2. Examples it says we can specify

Re: does camel-hdfs(2.12.3) component support latest hadoop 2.3.0

2014-03-14 Thread liugang594 Liu
OK, thanks you all. will try the new camel-hdfs2 component once it available. 2014-03-13 18:44 GMT+08:00 Richard Kettelerij : > There will be a new camel-hdfs2 component in Camel 2.13.0 (probably) which > does support Hadoop 2. All the details are in the Jira you already > referenced: https://is