Author |
Message |
Topic: Unable to load amqxcs2.dll |
questro
Replies: 5 Views: 4593
|
Forum: IBM MQ Installation/Configuration Support Posted: Mon May 15, 2006 4:32 am Subject: Unable to load amqxcs2.dll |
I think the problem you're seeing sounds like the MQ bin directory is not in the path. AMQXCS2.dll is part of the product installation (not .NET) and from the sounds of it it is not in the path that i ... |
Topic: MQ 5.3 .Net APIs in multithreaded environment or web service |
questro
Replies: 12 Views: 11677
|
Forum: IBM MQ API Support Posted: Tue Apr 25, 2006 11:41 pm Subject: Re: MQ 5.3 .Net APIs in multithreaded environment or web ser |
...I have heard that all the calls to the Queue Manager through .Net APIs are serialized.
The calls are not serialized. There may be some implicit serialization caused by the MQ trace calls on 5.3 - ... |
Topic: Problem with call to Begin for starting Transaction - DotNet |
questro
Replies: 13 Views: 14105
|
Forum: IBM MQ API Support Posted: Wed Apr 12, 2006 1:47 am Subject: Problem with call to Begin for starting Transaction - DotNet |
But if I write to a local queue then the message immediately appears in the local queue without giving commit or rollback.
Can the message appear with count in the queues before I give commit as the ... |
Topic: .Net API Compression Exits ( pre v6) |
questro
Replies: 11 Views: 7266
|
Forum: IBM MQ API Support Posted: Tue Apr 11, 2006 9:48 am Subject: .Net API Compression Exits ( pre v6) |
FJ...I think he's still back on V5, based on the topic title....
.net allows you to supply your own channel exits:
http://publib.boulder.ibm.com/infocenter/wmqv6/v6r0/topic/com.ibm.mq.csqzav.doc ... |
Topic: Problem with call to Begin for starting Transaction - DotNet |
questro
Replies: 13 Views: 14105
|
Forum: IBM MQ API Support Posted: Tue Apr 11, 2006 6:37 am Subject: Problem with call to Begin for starting Transaction - DotNet |
The behaviour you are experiencing is caused by the fact that you can only use the MQBEGIN verb (and therefor the Begin method on MQQueueManager objects) for queue manager connections that are not sha ... |
Topic: CCSID Issue with amqmdnet |
questro
Replies: 2 Views: 2783
|
Forum: IBM MQ API Support Posted: Wed Mar 29, 2006 10:58 pm Subject: CCSID Issue with amqmdnet |
I'm not sure, but does setting MQEnvironment.CCSID before making the attempt to connect to the queue manager make any difference?
I'm not convinced that setting the client codepage to match the ser ... |
Topic: .Net - AccessQueue issue with multi-threaded client program |
questro
Replies: 6 Views: 4900
|
Forum: IBM MQ API Support Posted: Wed Mar 22, 2006 1:04 am Subject: Re: .Net - AccessQueue issue with multi-threaded client prog |
mqQueue = mqQMgr.AccessQueue(
outputQueueName,
MQC.MQOO_OUTPUT +
MQC.MQOO_FAIL_IF_QUIESCING +
MQC.MQOO_SET_IDENTITY_CONTEXT);
On the ... |
Topic: mqcmit does not seem to be working with .net client app |
questro
Replies: 8 Views: 5271
|
Forum: IBM MQ API Support Posted: Mon Mar 13, 2006 1:02 am Subject: mqcmit does not seem to be working with .net client app |
The OpenStatus method will work, as things stand, but you are right in saying that this is an undocumented feature, and shouldn't be relied upon.
MQQueueManager's IsConnected is the right thing to ... |
Topic: .net MQ Classes |
questro
Replies: 1 Views: 1825
|
Forum: IBM MQ API Support Posted: Tue Mar 07, 2006 2:11 am Subject: Re: .net MQ Classes |
Does anyone know what the minimum version of Visual Studio is needed for the MQ .Net classes for version 6?
I have Visual Studio 7.1.3088 and the new MQ classes are throwing lots of errors. The 5.3 ... |