IFS Connectivity¶
Connectivity is a system for transferring messages asynchronously between applications over the Connectivity Out Message Box and In Message Box. The transfer can take place between an Out Message Box and an In Message Box in the same database or an Out Message Box and an In Message Box in different databases. Messages in the Out Message Box can also be transferred over the file system or by some third party tool.
Connectivity Outbox¶
This contains message data and metadata which should be transferred to the Inbox of the same database or a different database.
Connectivity Inbox¶
Message transferred from an Outbox end up here to be processed by the application procedure registered for the message.
Connectivity Administration features will allow you to explore messages in the connectivity inbox as well as connectivity outbox. You can reactivate incomplete messages and reprocess transferred or rejected messages.