Author |
Message |
Topic: .NET remote queue reason code 2030 |
tnse
Replies: 1 Views: 2454
|
Forum: IBM MQ API Support Posted: Wed Sep 28, 2005 3:59 am Subject: .NET remote queue reason code 2030 |
Hi,
I hope someone can help me on following problem:
An application (written is VB.NET, using amqmdnet.dll) has to put a message on a remote queue manager. Although the length of the message is ve ... |
Topic: Structures for Visual Basic.NET |
tnse
Replies: 4 Views: 5783
|
Forum: IBM MQ API Support Posted: Thu Nov 07, 2002 1:46 am Subject: Structures for Visual Basic.NET |
Thanks !!
I finally succeeded in getting the example program 'amqsgetb' running.
For this I had to change the structures MQGMO, MQMD and MQOD with your modifications, but the important thing i ... |
Topic: Structures for Visual Basic.NET |
tnse
Replies: 4 Views: 5783
|
Forum: IBM MQ API Support Posted: Wed Nov 06, 2002 5:38 am Subject: Structures for Visual Basic.NET |
Because I had the same problem with the 'descriptors' giving reason codes 2044 or 2026, I tried your solution but got following message:
An unhandled exception of type 'System.ArgumentException' oc ... |
Topic: MQRC_GMO_ERROR : reason 2186 |
tnse
Replies: 3 Views: 4915
|
Forum: IBM MQ API Support Posted: Wed Oct 30, 2002 12:22 am Subject: MQRC_GMO_ERROR : reason 2186 |
I checked the MQC class but MQGMO_DEFAULT is not defined.
Only 3 properties are defined for the GetMessageOptions: options, waitinterval and matchoptions.
Can anyone tell me if the other propert ... |
Topic: MQRC_GMO_ERROR : reason 2186 |
tnse
Replies: 3 Views: 4915
|
Forum: IBM MQ API Support Posted: Fri Oct 25, 2002 4:30 am Subject: MQRC_GMO_ERROR : reason 2186 |
Hello,
I installed the .NET assembly MQ.dll and translated the C language into VB. Connecting to the queue manager and opening the queue seems to work but reading the messages from the queue is som ... |