Question

I have zero experience with Websphere MQ Messenger. I need to build a .NET application that will read from an 7.1 MQ Series queue, manipulate the message and write it to another queue.

I want to try and build a POC to do this. Is it possible to install a Websphere MQ server and client on a non networked Windows 7 machine to build this POC. If so, what MQ software do I need and are their trial versions available?

Thanks

Was it helpful?

Solution

You can install WebSphere MQ on a stand alone machine. Both queue manager and your .NET application must run on the same machine in that case. Download WMQ v7.5 server installation from IBM site. While installing choose to install Windows Client also. Server component is installed by default. After installation use WebSphere MQ Explorer to create queue manager. Many .NET samples are shipped with the product and you can find them in tools directory of WMQ. installation.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top