Dim oMqEnvironment As MQEnvironment
Dim m_sQChannelName as string = "CHL1"
Dim m_sHostName as string = MQ Server Name
Dim oMqQMgr As MQQueueManager
'
oMqEnvironment.Chan ...
Dim mqMsg As New MQMessage ' MQMessage instance
Dim mqGetMsgOpts As New MQGetMessageOptions ' MQGetMessageOptions
'
oMqQueue.Get(mqMsg, mqGetMsgOpts)
'
I want to check f ...