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
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
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
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
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
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
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
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
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
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
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
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
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
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
14 matches
Mail list logo