Hi all,
I am working on MQ Series and writing an application in .net.
I made an error once, that the message in the queue was in bytes[] but accidentally i read those byte as Strings i.e instead of doing msg.ReadBytes(length)
i this msg.ReadString(length), this the cause the loss of the information also i lost one image.
Any body how can i recover those files.
Help would be appreciated!
Thanks
Sanjay