Author |
Message |
Topic: How to check if mq client exists on end user system in .net |
san3297
Replies: 2 Views: 2629
|
Forum: IBM MQ Installation/Configuration Support Posted: Fri Nov 30, 2007 7:29 am Subject: How to check if mq client exists on end user system in .net |
Iam trying to catch the system exception instead of making lot of changes.But iam unable to do it.Am i not catching the correct exception.Please let me know.Thanks.
catch (System.DllNo ... |
Topic: How to check if mq client exists on end user system in .net |
san3297
Replies: 2 Views: 2629
|
Forum: IBM MQ Installation/Configuration Support Posted: Thu Nov 29, 2007 7:20 pm Subject: How to check if mq client exists on end user system in .net |
Hi,
My mq application works fine if mq client is installed on the client machine.But if there is no client installed and if tried to open the quemanager it says that application encountered prob ... |
Topic: Increasing buffer size |
san3297
Replies: 2 Views: 2578
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue Nov 27, 2007 3:31 pm Subject: Increasing buffer size |
Hi,
Iam currenlty sending requests and getting response from mq.But some of messages which are abt 90kb are getting truncated.How do i increase buffer size in .net environment.I guess it is cu ... |
Topic: Do we Require Mq client on each system to access message |
san3297
Replies: 16 Views: 8959
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue Nov 27, 2007 8:27 am Subject: Do we Require Mq client on each system to access message |
I think he got it "working" by statically linking all the client libraries with his application. This is the same, from a technological standpoint, as doing a client installation with the di ... |
Topic: Do we Require Mq client on each system to access message |
san3297
Replies: 16 Views: 8959
|
Forum: IBM MQ Installation/Configuration Support Posted: Mon Nov 26, 2007 1:07 pm Subject: Do we Require Mq client on each system to access message |
http://www.mqseries.net/phpBB2/viewtopic.php?t=34442
I think that the case in the above post is similar to me.Correct me if iam wrong.Thank you. |
Topic: Do we Require Mq client on each system to access message |
san3297
Replies: 16 Views: 8959
|
Forum: IBM MQ Installation/Configuration Support Posted: Mon Nov 26, 2007 11:32 am Subject: Do we Require Mq client on each system to access message |
I dint knew that client was necessary to get access to mq.I thought dlls will do the job.
Wht u mean is if i use .net managed client i can achieve this.I dint exactly get you.In one of the post in t ... |
Topic: Do we Require Mq client on each system to access message |
san3297
Replies: 16 Views: 8959
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Nov 21, 2007 9:31 am Subject: Do we Require Mq client on each system to access message |
Hi ,
I currently created a applicaiton by adding the amqmdnet, amqmdxcs dlls in .net.Iam able to read message and format in form to show it.It was working fine on my system.But when i teste ... |