Scheduled batch job using apache camel

2019-10-07 Thread Sanjeev Kumar
Hi, Is there any good reference material for creating scheduled spring batch job using Apache Camel? Regards, Sanjeev

Re: Workflow UI Editor

2019-02-21 Thread Sanjeev Kumar
an > > On Thu, Feb 21, 2019 at 1:57 PM Sanjeev Kumar wrote: > > > > Hi, > > > > Looking for an open source UI editor which can be used by business to > > modify or create new workflows and generate Spring XML DSL from that. > > > > Have anyone use

Workflow UI Editor

2019-02-21 Thread Sanjeev Kumar
Hi, Looking for an open source UI editor which can be used by business to modify or create new workflows and generate Spring XML DSL from that. Have anyone used similar thing in their project? Any pointers will be helpful. Regards, Sanjeev

Transaction state storage with LRA

2018-12-23 Thread Sanjeev Kumar
Hi, I read all documents and failed to understand where LRA stores the transaction state? What will happen if LRA will be down for some reason while some transaction is in progress? Any pointers or inputs will be helpful. Regards, Sanjeev

Camel + Spring DSL + LRA SagaService

2018-12-17 Thread Sanjeev Kumar
Hi, Thanks for guiding me how to add InMemorySaga service. It worked like Charm!! Now, I am trying to work with LRA Service and as mentioned at https://github.com/apache/camel/blob/master/camel-core/src/main/docs/eips/saga-eip.adoc, I added LRA and Undertow dependencies. But, when I am starting t

Camel + Spring DSL + InMemorySagaService

2018-12-14 Thread Sanjeev Kumar
Hi, I would like to understand how to add Camel's InMemorySagaService using Spring DSL as mentioned in JAVA DSL at https://github.com/apache/camel/blob/d5ba98ed43229afe1c1aa24e8e3d6492460d8bd4/camel-core/src/test/java/org/apache/camel/processor/SagaTest.java#L100-L101 Thanks & Regards, Sanjeev