Send and Receive XML formatted text to IBM WebSphere MQ using XMS
问题 We have IBM WebSphere MQ 7.5. We have setup Queue Manager and Queues. We want to read and write XML formatted text from the queues using XMS for .net client application. I tried below code but I don't know how to read that data. Code: try { var factoryfactory = XMSFactoryFactory.GetInstance(XMSC.CT_WMQ); var connectionfactory = factoryfactory.CreateConnectionFactory(); connectionfactory.SetStringProperty(XMSC.WMQ_QUEUE_MANAGER, queueManager); connectionfactory.SetStringProperty(XMSC.WMQ_HOST