I need to write a java code that will retrieve channel information like the channel status, channel name and so on. Could someone pl. help me how to proceed with this. I have done this using the unix ...
I have a native application that puts an object in a queue.
The application reading the message is using JMS.
I tried to set the MQMD format as MQFMT_STRING and MQFMT_NONE.
The JMS application eith ...