- This topic has 1 reply, 2 voices, and was last updated 15 years, 1 month ago by .
-
Topic
-
I’m creating two types of messages (VRL format) in a tps proc (reading database records). I would like to set the priority on one type of message to something higher than the default. I am creating the message, assigning the data and setting the priority. After this, I do a msgdump and can see the priority is correct. But then, later in the processing of this message I see it has been reset back to the default. Any clues?
set newMsg [msgcreate -recover]
msgappend $newMsg $msgVRL
msgmetaset $newMsg PRIORITY 6000
msgdump $newMsg
Thanks, Rick
Viewing 0 reply threads
Viewing 0 reply threads
- The forum ‘Cloverleaf’ is closed to new topics and replies.