Hi Experts
I am a begineer of MQSeries Programming
We have two applications which reads and writes to Q.
We have the applications to communicate extra info
which is specific to our application to remove duplicate
processing. We were adviced to use applicationIdData
and applicationOriginData members of ImqMessage to
specify the values based on processing.
I tried using the setApplicationIdData,
setApplicationOriginData of ImqMessage. I am using
VC++ COM to read and write message. After the functions
are called I see using quickwatch the values in the
members are as set by application
But as soon as it is written to Q and the transaction is
commited I do not see the values while browsing the
messages in Context tab. What I am doing wrong here
Any help would be of great value.
I am a begineer of MQSeries Programming
We have two applications which reads and writes to Q.
We have the applications to communicate extra info
which is specific to our application to remove duplicate
processing. We were adviced to use applicationIdData
and applicationOriginData members of ImqMessage to
specify the values based on processing.
I tried using the setApplicationIdData,
setApplicationOriginData of ImqMessage. I am using
VC++ COM to read and write message. After the functions
are called I see using quickwatch the values in the
members are as set by application
But as soon as it is written to Q and the transaction is
commited I do not see the values while browsing the
messages in Context tab. What I am doing wrong here
Any help would be of great value.