« Return to Thread: Does lingo work with plain jms provider?

Re: Does lingo work with plain jms provider?

by James.Strachan :: Rate this Message:

Reply to Author | View in Thread

2008/12/16 eric54 <yuling.chen@...>:
>
> Hi,
>
> I'm new to Lingo and I tried some samples on spring and it worked great.
>
> We do have one use case that we could not use spring, but will need to use
> JMS. My question is that if lingo work on top of a jms provider, such as
> activemq?

Lingo currently uses Spring; but that doesn't mean you have to use
Spring for Dependency Injection; its just a Java framework library so
its no big deal having it as a dependency.

Incidentally the long term replacement to Lingo is Apache Camel...
http://camel.apache.org/

e.g. here's how to do spring remoting in camel via XML
http://camel.apache.org/spring-remoting.html

or via annotations
http://camel.apache.org/pojo-consuming.html
http://camel.apache.org/pojo-producing.html

both of which use spring too as a JMS facade library as well as - if
you want - a dependency injection framework.

--
James
-------
http://macstrac.blogspot.com/

Open Source Integration
http://fusesource.com/

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


 « Return to Thread: Does lingo work with plain jms provider?