Fwd: Using SIMPLE JMS2 COMPONENT in SpringBoot+Camel Project

2019-08-19 Thread Wang Yan
@Claus,

For example when i use activemq + camel+springboot

there are two starters  camel-activemq-starter and
spring-boot-starter-activemq
do i need both of them? or just spring-boot-starter-activemq ?

Thanks and Rgds

On Mon, Aug 19, 2019 at 9:27 PM W.Y [via Camel] <
ml+s465427n5841412...@n5.nabble.com> wrote:

> I am currently using camel + Springboot for my project
>
> I also want to use camel sjms2 component
>
> my question is
>
> I already used camel-spring-boot-starter in project's dependency for
> springboot auto configuration.
>
> Do I also need to add camel-sjms2-starter in dependency as well?
>
> My gut feeling is camel-spring-boot-starter should
> automatically includes another camel component's starter
> when it is needed for springboot auto configuration.
>
> But in sjms2 document , it suggests to add
> camel-sjms2-starter for springboot project,
> See document link below
> https://camel.apache.org/staging/components/latest/sjms2-component.html
>
> Any suggestions are more than welcome!
>
> W.Y
>
>
> --
> If you reply to this email, your message will be added to the discussion
> below:
>
> https://camel.465427.n5.nabble.com/Using-SIMPLE-JMS2-COMPONENT-in-SpringBoot-Camel-Project-tp5840374p5841412.html
> To unsubscribe from Using SIMPLE JMS2 COMPONENT in SpringBoot+Camel
> Project, click here
> 
> .
> NAML
> 
>


Using SIMPLE JMS2 COMPONENT in SpringBoot+Camel Project

2019-08-19 Thread Wang Yan
I am currently using camel + Springboot for my project

I also want to use camel sjms2 component

my question is

I already used camel-spring-boot-starter in project's dependency for
springboot auto configuration.

Do I also need to add camel-sjms2-starter in dependency as well?

My gut feeling is camel-spring-boot-starter should
automatically includes another camel component's starter
when it is needed for springboot auto configuration.

But in sjms2 document , it suggests to add
camel-sjms2-starter for springboot project,
See document link below
https://camel.apache.org/staging/components/latest/sjms2-component.html

Any suggestions are more than welcome!

W.Y


Re: Guaranteed delivery pattern with cassandra

2019-08-19 Thread Pasquale Congiusti
If you mean how to use the Cassandra Camel component, then you have it
explained here: https://camel.apache.org/cassandra.html

Cheers,
Pasquale.

On Sat, Aug 17, 2019 at 5:28 AM Arun Taneja  wrote:

> Hi,
>
> Right now i am working on a project which has only no sql cassandra
> database and we are using Camel for different integration pattern. My query
> is to know how can i use cassandra db for integration pattern i did not
> find any document regarding this.
>
> Thanks,
> Arun
>


Using Message Groups with SEDA

2019-08-19 Thread Mani . Likhdhari
Hi Team,

I need to use a Message Group with SEDA based on some kind of Unique Identifier 
to correlate messages which should be processed in order by a single thread.
Example, all incoming feed form Kafka with same Message Id should be processed 
by same SEDA thread.

I followed this link but couldn’t get any concrete solution 
(https://camel.apache.org/parallel-processing-and-ordering.html).

Kindly let me know if I can achieve this using SEDA.

-Mani