You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by Ronzat Luca <lu...@eng.it> on 2011/12/02 14:00:50 UTC

R: distributed transaction using JMS and EJB partecipants

It's works.
Thank you.
Luca

-----Messaggio originale-----
Da: Filippo Balicchia [mailto:fbalicchia@gmail.com] 
Inviato: martedì 29 novembre 2011 12.40
A: users@camel.apache.org
Oggetto: Re: distributed transaction using JMS and EJB partecipants

Il 28 novembre 2011 12:06, Ronzat Luca <lu...@eng.it> ha scritto:
> Hi,
>
>
>
> I would like to implement a route for:
>
>
>
> 1) Consume JMS message from Sonic queue;
>
> 2) Call one or more EJB running on a remote JBoss AS;
>
> 3) send a reply to a different Sonic JMS queue;
>
>
>
>
>
> Can I use distributed transaction for this route?
>
> Can we deploy this route as a WAR/EAR into WebLogic AS?
Yes you can deploy it in a WAR



>
>
> Thanks in advance.
>
> Luca
>
>
Yes you can . please check to undestand how  Camel works togetherwith
Spring's transaction support.Yes you can deploy it in a WAR

Cheers

--Filippo