Re: Inbound / Outbound communication in JCA 1.5
Jim Gish <[email protected]> Wed, 22 Jan 2003 14:07:37 -0500
| Newsgroups | gmane.comp.java.sun.connector |
|---|---|
| Message-ID | <[email protected]> |
At 01:48 PM 1/22/2003, you wrote: >Hello! > >I am a bit confused after reading several contradicting >statements about the kind of communication that JCA 1.5 >will support. > >I hope that someone on the list can tell me something >about: > >* Asynchronous outbound: > How can I initiate asynchronous communication > with an EIS using the Connector Architecture? It all depends on how your Resource Adapter (RA) is implemented and communicates with the EIS. If it sends a message to the EIS in a non-blocking/asynchronous way, that's just fine. >* Synchronous inbound: > How can my J2EE application be synchronously called > by an EIS through the Connector Architecture? With 1.5, RAs can access EJBs just like other application components. This could enable the synchronous inbound you're looking for. >The specification does not explicitly mention these forms >of communication so I assume they are not supported by >the standard. > >Thanks for any help. > >Regards, >Norman Gyhra > >=========================================================================== >To unsubscribe, send email to [email protected] and include in the body >of the message "signoff CONNECTOR-INTEREST". For general help, send email to >[email protected] and include in the body of the message "help". =========================================================================== To unsubscribe, send email to [email protected] and include in the body of the message "signoff CONNECTOR-INTEREST". For general help, send email to [email protected] and include in the body of the message "help".