Private Process Communication

JMS Messages are used for communicating between private processes and the BusinessConnect Container Edition servers.

JMS Messages

Private process messages are JMS messages that travel 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. The following series of events then usually occurs:
  1. 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.
  2. The trading partner’s BusinessConnect Container Edition server in turn re-converts the public message into a private message and forwards to its private process, which forwards it to its internal application.