Mbox Sets
The Mbox Sets are responsible for communicating information between the foreground and background processes. It is essentially the messaging system that stores and processes messages from TIBCO iProcess Workspace or TIBCO iProcess Engine requests. Mbox sets comprise of one or more message queues.
The messaging system used is:
| • | in the UNIX Oracle and Windows Oracle versions, Oracle AQ. This is a transactional messaging system provided by the Oracle database. |
| • | in the UNIX DB2 and Windows SQL Server versions, the iProcess Suite’s own transactional messaging system, which uses database tables provided by the DB2 or Microsoft® SQL Server database. |
The messaging system provides the ability to store messages in tables. This means that message queues are highly scalable and have a guaranteed delivery mechanism.
For more information about the Mbox sets, see iProcess Mbox Sets.