Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
Sets a client message store property.
Client message store properties are readable from every connection to this client message store. The values are synchronized up to the server, as well, where they can be used in transmission rules.
The following example sets the synchronization policy to automatic for the message store:
begin call ml_qa_setstoreproperty( 'policy', 'automatic' ); commit; end