Hi

Okay last hurdle on this one. All wiki is done now, phew.

See my comment on the JIRA ticket
https://issues.apache.org/activemq/browse/CAMEL-1475

Its the one about the JMS stuff added on april-13.
As I am in doubt whether the patch/idea is a good idea or not. Would
love more feedback.




On Tue, Apr 14, 2009 at 7:48 AM, Claus Ibsen <claus.ib...@gmail.com> wrote:
>>
>> Next step in improvement would be to handle that the
>> PROPAGATION_REQUIRED bean is optional, so Camel can lookup and find
>> the PlatformManager and default to required itself. Just like the JMS
>> component can do with transacted=true URI option.
> Okay I have added this feature now.
>
> Camel will auto lookup the PlatformTransactionManager and if it can
> find a single bean in the registry it will use it. If there are 2 or
> more it will thrown an exception so you can configure an explicit
> policy defining which manager you want to use.
>
> This allows us to minimize the XML wiring, to what the Spring TX
> itself requires = NO XML configuration for Camel is needed at all.
> Just remember to set the route as transacted using <transacted/> that's it!
>
>
>
> --
> Claus Ibsen
> Apache Camel Committer
>
> Open Source Integration: http://fusesource.com
> Blog: http://davsclaus.blogspot.com/
> Twitter: http://twitter.com/davsclaus
> Apache Camel Reference Card:
> http://refcardz.dzone.com/refcardz/enterprise-integration
>



-- 
Claus Ibsen
Apache Camel Committer

Open Source Integration: http://fusesource.com
Blog: http://davsclaus.blogspot.com/
Twitter: http://twitter.com/davsclaus
Apache Camel Reference Card:
http://refcardz.dzone.com/refcardz/enterprise-integration

Reply via email to