Private Process Configuration
JMS Messages are used for communicating between private processes and the BusinessConnect Container Edition servers. Private process messages are JMS messages that are exchanged between a private process and the BusinessConnect instance.
The private process creates a private process message when it receives a message from an internal application such as SAP. Typically, the following series of events occurs:
- The private process message is sent from the private process to the BusinessConnect Container Edition server, which converts the private message into a public message and sends it over the internet to a trading partner.
- The trading partner’s BusinessConnect Container Edition server re-converts the public message into a private message and sends it to the appropriate private process, which forwards it to its internal application.
Subtopics