Author |
Message |
Topic: MQSeries.NET package |
sadamahan
Replies: 100 Views: 139071
|
Forum: IBM MQ API Support Posted: Thu Jul 25, 2002 5:02 pm Subject: MQSeries.NET package |
Hi,
I don't understand why I should be getting a MQRC_BUFFER_ERROR error when I use MQAX.
1. The MQActiveX equivalent of the MQAI api "mqInquireBag" is "Item
(Selector, ItemIndex, Value)" in a ... |
Topic: MQSeries.NET package |
sadamahan
Replies: 100 Views: 139071
|
Forum: IBM MQ API Support Posted: Thu Jul 25, 2002 4:56 pm Subject: MQSeries.NET package |
Prophet,
I guess Kolban could use SN.exe to sign his assemblies before he distributes them as detailed in:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cptools/html/cpgrftyp ... |
Topic: MQSeries.NET package |
sadamahan
Replies: 100 Views: 139071
|
Forum: IBM MQ API Support Posted: Mon Jul 22, 2002 11:04 pm Subject: MQSeries.NET package |
Kolban,
>>Can you think of a way to load a class at run-time?
PlatformInvoke (pInvoke) can do that.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconac ... |
Topic: MQSeries.NET package |
sadamahan
Replies: 100 Views: 139071
|
Forum: IBM MQ API Support Posted: Mon Jul 22, 2002 11:20 am Subject: MQSeries.NET package |
Hi Kolban,
Thank you for taking the lead on getting the MQ package done. I have a doubt, please excuse my ignorance. I want to know why you are working on another library when developers can use CO ... |
Topic: Using C# to determine Q depth. |
sadamahan
Replies: 1 Views: 3699
|
Forum: IBM MQ API Support Posted: Sun Jul 21, 2002 4:09 pm Subject: Using C# to determine Q depth. |
Hi,
Here is a very simple application that uses COM Interop in C# to generate wrapper classes to MQAI.dll and MQAX.dll to make them available to my C# program. I want to know why I get the "System. ... |
Topic: Entry poing to AMQXCS2.dll |
sadamahan
Replies: 2 Views: 6059
|
Forum: IBM MQ API Support Posted: Sun Jul 21, 2002 1:40 pm Subject: Entry poing to AMQXCS2.dll |
HI,
You probably have both the client and the server installed on the same machine. Some MQ dlls are getting picked up from the client directory and the others from the MQM server direction. Make s ... |