In my VB6 application i have to access two different queue managers which reside in different ports and channels. How can I attain this ? I undersatnd we can use MQSERVER environment variable . But it ...
I am using following code to access mq queue manager and queues from asp.net application . But through windows application I am able to acces these queues but from web application i am not able to acc ...
I am using following code for putting message to mesasge queue through VB.NET. Everything works fine but when I check the queue no messages there . Please guide me where I am going wrong or is it a qu ...