-
Lingo doubt (4 messages)
- Posted by: suhas shahapurkar
- Posted on: October 03 2006 06:22 EDT
Hello All, Please tell me what is the difference of the Spring implementation of the JMS and Lingo? As far as I have read, Lingo is the way to implement the JMS in the IOC way. Then where does the Spring implementation of JMS fails? Can't we directly use the JMS which Spring has provided us? Thanks and advance, Suhas ShahapurkarThreaded Messages (4)
- Re: Lingo doubt by Joao Cerdeira on October 03 2006 06:42 EDT
- Re: Lingo doubt by suhas shahapurkar on October 03 2006 07:05 EDT
- Re: Lingo doubt by Christopher Stach II on October 03 2006 11:10 EDT
- Re: Lingo doubt by Christopher Stach II on October 03 2006 11:05 EDT
-
Re: Lingo doubt[ Go to top ]
- Posted by: Joao Cerdeira
- Posted on: October 03 2006 06:42 EDT
- in response to suhas shahapurkar
Jenks is JMS POJO implementation for consuming and send JMS messages. Is close to spring implementation, but diferent features. Lingo is a remote method call, using the JMS to make the remote call, like RMI. Is a remote method call. -
Re: Lingo doubt[ Go to top ]
- Posted by: suhas shahapurkar
- Posted on: October 03 2006 07:05 EDT
- in response to suhas shahapurkar
Thanks for the quick reply. I have seen one application where jencks is used with Lingo. I think this is used for the performance enhancements. I have read from http://lingo.codehaus.org/Using+JCA?print=1 When implementing the server side with Lingo you probably want high performance JMS subscription - to use a thread pool and to support parallel processing of inbound messages as well as pooling JMS connections, sessions and handling transactions and XA. The way to do this efficiently with JMS is to use a JCA Container such as Jencks. I was thinking can this purpose be achieved by the messaging server for example Active MQ? Thanks again for your quick answer Regards Suhas S -
Re: Lingo doubt[ Go to top ]
- Posted by: Christopher Stach II
- Posted on: October 03 2006 11:10 EDT
- in response to suhas shahapurkar
"I was thinking can this purpose be achieved by the messaging server for example Active MQ?" JCA and JMS aren't the same. -
Re: Lingo doubt[ Go to top ]
- Posted by: Christopher Stach II
- Posted on: October 03 2006 11:05 EDT
- in response to suhas shahapurkar
1. RTFM. 2. Search the Lingo and Jencks mailing list. 3. Their implementations are totally different and the APIs in use are different. It's all explained in the Spring docs & Javadoc and Lingo docs, Javadoc, and mailing list. It's very easy information to come by.