Hai,
I want to use JMS in my EJB project. The scenario is like
this :
I have to pass an information from Bean A to Bean B and
in turn Bean B will pass on the information to various
clients.
Please explain me how to handle this situation using
JMS.
Thanks is advance.
Soma.
-
JMS Handling in WEBLOGIC (1 messages)
- Posted by: soma sundaram
- Posted on: August 31 2000 00:31 EDT
Threaded Messages (1)
- JMS Handling in WEBLOGIC by Uday Kumar on August 31 2000 19:13 EDT
-
JMS Handling in WEBLOGIC[ Go to top ]
- Posted by: Uday Kumar
- Posted on: August 31 2000 19:13 EDT
- in response to soma sundaram
hello Soma,
I am assuming that you want asynchronous messaging between your beans. Since EJB 1.x doesnt support this, you would need access to a product implementing JMS. I would refer you to an article titled : Bringing together App server and JMS written by Sriram Chakravarty which is in the Resources section of theserverside.com. This details the mechanics of using JMS to implement asynchronous messaging between beans.
Thanks
-U