Results 1 to 2 of 2

Thread: Lingo and JMS support in Spring 1.3???

  1. #1
    Join Date
    Jun 2005
    Posts
    1

    Default Lingo and JMS support in Spring 1.3???

    There is a new open-source Lingo http://lingo.codehaus.org/Home.
    Lingo is a lightweight POJO based remoting and messaging library based on Spring's Remoting which extends it to support JMS and support a wide range of message exchange patterns including both synchronous and asynchronous message exchange.

    Are there any plans to extend the JMS support in a future version of Spring (1.3?) similarly to what has been done in Lingo? If so, what is the time frame? We would prefer to use Spring Remoting instead of another remoting framework.

    Thanks

  2. #2
    Join Date
    Aug 2004
    Location
    London
    Posts
    164

    Default

    You might wanna check http://opensource.atlassian.com/proj...browse/SPR-988 to see what the spring folks do in this area.

    In terms of Lingo, it is Spring remoting - its just an implementation which uses JMS. So by using Lingo, you are really just using Spring remoting.

    Though Lingo does extend Spring remoting a little to add some new message exchange patterns (MEPs) such as async one way messages and async request-response messaging instead of just the typical Spring remoting synchronous request-response.

    I hope we can start to extend Spring remoting to offer similar MEPs by default in some of the other Spring remoting implementations.
    James Strachan
    ------------------
    Open Source Integration
    Iona

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •