Persisting items to a local message store

A UCCnetMessageReceive collaboration object accommodates persisting the business object to a local message store for use in a return message by sending it to its ToMessage_Store port.

Description

The ToMessage_Store port can then be bound to a persistence mechanism, such as a MessageStore collaboration object.

Before persisting the UCCnetGBO_envelope business object to the message store, the collaboration object first converts the UCCnetGBO_envelope business object to a UCCnetGBO_storable business object by passing it through the map specified in the TOMESSAGE_STORE_MAP property. The UCCnetGBO_storable business object is a combination of one instance of a Catalogue Item Notification, together with the message header and routing information for the worklist message in which the item was contained.

Parent topic: Persisting items