-
calling an ejb asynchronously (2 messages)
- Posted by: Ruby Boyarski
- Posted on: August 09 2000 03:31 EDT
I there a way to call an ejb asynchronously ?Threaded Messages (2)
- calling an ejb asynchronously by A Rhuberg on August 09 2000 14:34 EDT
- calling an ejb asynchronously by Bruce Blackshaw on August 09 2000 19:05 EDT
-
calling an ejb asynchronously[ Go to top ]
- Posted by: A Rhuberg
- Posted on: August 09 2000 14:34 EDT
- in response to Ruby Boyarski
This may not be exactly what you want but it may provide some ideas: http://theserverside.com/resources/jmsEJB.jsp.
Also in the 'Mastering EJB... by Ed Roman' pg533-553
may provide some insights.
-
calling an ejb asynchronously[ Go to top ]
- Posted by: Bruce Blackshaw
- Posted on: August 09 2000 19:05 EDT
- in response to Ruby Boyarski
I believe that EJB 2.0 provides a MessageDrivenBean.
If you can't wait till then, you can always write an EJB independent server that has an external asynchronous interface, but internally makes synchronous calls on beans.
bruce