I have developed a server and client program for Point to Point Queue Manager.
And I have defined 50 queues in the QM.
When I do the test, the client program will create 50 threads to listen these 5 ...
I am using the pain broker come from the WebSphere MQ v6.0
According to the redbook "MQSeries Publish/Subscribe Applications":
When using the publish/subscribe functionality of MQSeries, t ...
I am developing a sample program for using publish subscribe message in Websphere MQ 6.0.2.2.
In this program, I want to use a self-defined stream for handling the message and have the following set- ...