
MQ SERIES and VB 5.0 / HEX data
I am trying to pass messages with
Visual Basic to a MQ Series Queue.
The format
that I have to send the message is "LLZZMESSAGE"
LL is 2 byte hex value of the length of the message
ZZ is 2 byte hex value of zeroes.
MESSAGE is just a message
I don't know how to define LL and ZZ and the message to be able to pass
the entire value to MQ Series. Seems that it doesn't like the hex
value.
Can anyone help??
Thanks.....
Kenny