Re: Integrating existing services

2011-12-15 Thread Arkadi Shishlov
On Thu, 15 Dec 2011 17:49:59 +0200, msnathan wrote: Now we see a need for a composite service/s that cut across this 8 different application. My design is to have camel in the front of those 8 applications and the client UI will talk to camel. The uri for composite operation will have the subres

Announce: OCS/Lync compatible SIP Producer endpoint

2011-11-27 Thread Arkadi Shishlov
Hi! I'm please to announce the availability of open-source implementation of OCS/Lync compatible SIP Producer endpoint. The source is licensed under Apache license. Thanks to my friends who made this release possible. See you at Java Riga Day 2011! http://bitbucket.org/arkadi/camel-sipe Some bits

Re: Necessity of transactional JMS component

2011-05-08 Thread Arkadi Shishlov
On Sat, 07 May 2011 17:54:11 +0300, Hanson wrote: I just wonder what's the necessity of declaring a JMS component as transactional basically. If not, when a JMS to JMS route fails, will the message got lost, in case I have a DefaultErrorHandler and set redelivery attempts to -1? What about a Fi

Re: POP3 mail deletion

2011-05-05 Thread Arkadi Shishlov
On Wed, 04 May 2011 18:29:49 +0300, Donald Whytock wrote: A design question regarding the mail component... Indeed there are some issues with mail component. I didn't investigated it closely, but in case mail input is dumped into multicast+SEDA then there are interesting things with POP3 an

Re: Using Apache Camel as replacement for cron-driven shell scripts

2011-04-08 Thread Arkadi Shishlov
On Fri, 08 Apr 2011 10:58:27 +0300, Claus Straube wrote: An empty multicast is no error. ArrayList l = new ArrayList(); from("direct:a").multicast().to(l); java.lang.IllegalArgumentException: Definition has no children on Multicast[[]] at org.apache.camel.model.ProcessorDefinition.crea

Re: Using Apache Camel as replacement for cron-driven shell scripts

2011-04-07 Thread Arkadi Shishlov
On Thu, 07 Apr 2011 16:50:52 +0300, Claus Straube wrote: On 07.04.2011 15:33, Arkadi Shishlov wrote: On Thu, 07 Apr 2011 13:24:02 +0300, Andrey Popp <8may...@gmail.com> wrote: * Apache Camel should try to compile routes and in the case of success -- replace current routes with t

Re: Using Apache Camel as replacement for cron-driven shell scripts

2011-04-07 Thread Arkadi Shishlov
On Thu, 07 Apr 2011 17:06:58 +0300, Andrey Popp <8may...@gmail.com> wrote: In our project we pack Camel with maven-shade-plugin into uber-jar and launch it under nohup java -jar. I do not have an access to wiki, but I can send you pom.xml and custom Main.java, or publish it here for reference.

Re: Using Apache Camel as replacement for cron-driven shell scripts

2011-04-07 Thread Arkadi Shishlov
It is perfectly reasonable and doable, please see comments inline. On Thu, 07 Apr 2011 13:24:02 +0300, Andrey Popp <8may...@gmail.com> wrote: I'm wondering of the following setup: * Apache Camel running as daemon. In our project we pack Camel with maven-shade-plugin into uber-jar and laun