Loading...
Select Version
During inbound communication, an EIS partner sends messages to a message endpoint application in a Java EE application server.
The name of the message endpoint, which is defined in the OLTP message-driven bean's deployment descriptor, must be known to the proxy. You must therefore configure an inbound message endpoint in the Management Console. The name of this inbound message endpoint must match the OLTP message-driven bean's messageEndpoint
property which is defined in the file ejb-jar.xml
.
You will find examples on using the BeanConnect programming interfaces for developing OLTP message-driven beans for inbound communication in the Code samples for inbound communication .