Results 1 to 3 of 3

Thread: JMS as transfer protocol in Spring Remoting

  1. #1
    Join Date
    Jun 2005
    Posts
    1

    Default JMS as transfer protocol in Spring Remoting

    Hi,

    Is it possible to use JMS as transfer protocol in Spring Remoting? From the docs (http://static.springframework.org/sp.../remoting.html) I get the impression that this might be the case. Or is it planned to be included in a future release?

    Regards,
    Mads

  2. #2
    Join Date
    Jan 2005
    Location
    Sydney, Australia
    Posts
    32

    Default

    AFAIK, this is not available in any official spring release yet. I understand that it is planned for 1.3 (http://opensource.atlassian.com/proj...browse/SPR-988). There's some code in the sandbox which implements JMS remoting, but I couldn't say if it works or not, and it will probably change a lot before the final release.

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

    Default

    There's a small library called Lingo which supports Spring remoting for JMS.

    http://lingo.codehaus.org/

    It has support for JMS ObjectMessage for serialized request/responses or for XML based TexttMessage with XStream.

    Its high performance; using JMS correlationIDs and thread multiplexing so its very fast and uses minimal JMS resources.

    Finally it has support for a whole range of message exchange patterns (MEPs) such as asynchronous one way methods, synchronous request-response and asynchronous request-response.
    James Strachan
    ------------------
    Open Source Integration
    Iona

Similar Threads

  1. Spring MVC Web Framework versus Struts
    By biguniverse in forum Web Flow
    Replies: 27
    Last Post: Aug 29th, 2012, 03:57 AM
  2. Spring, Remoting and Spring Rich Client
    By shaby775 in forum Swing
    Replies: 9
    Last Post: Jan 6th, 2011, 07:30 AM
  3. Replies: 8
    Last Post: Nov 8th, 2007, 02:37 AM
  4. Replies: 4
    Last Post: Jul 7th, 2005, 03:12 AM
  5. Replies: 14
    Last Post: Feb 21st, 2005, 05:41 PM

Posting Permissions

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