Author |
Message |
Topic: c# MQRC_SSL_INITIALIZATION_ERROR when multi-threading |
tri.vu
Replies: 14 Views: 17271
|
Forum: IBM MQ API Support Posted: Wed Feb 06, 2013 12:54 pm Subject: c# MQRC_SSL_INITIALIZATION_ERROR when multi-threading |
Did you have any static variables declaration for queueManager / queue? |
Topic: amqmdnet.dll without MQ client installed |
tri.vu
Replies: 15 Views: 25190
|
Forum: IBM MQ API Support Posted: Wed Feb 06, 2013 12:42 pm Subject: amqmdnet.dll without MQ client installed |
For MQC.MQPMO_SYNCPOINT the code is missing
QueueMgr2.Commit() to write the message to the queue.. |
Topic: amqmdnet.dll without MQ client installed |
tri.vu
Replies: 15 Views: 25190
|
Forum: IBM MQ API Support Posted: Wed Feb 06, 2013 12:10 pm Subject: amqmdnet.dll without MQ client installed |
Thank you fjb_saper. The TRANSPORT_MQSERIES_XACLIENT was commented in the code I posted.. I should have removed it for more clarification. I'll go through the info center.. |
Topic: amqmdnet.dll without MQ client installed |
tri.vu
Replies: 15 Views: 25190
|
Forum: IBM MQ API Support Posted: Tue Feb 05, 2013 1:59 pm Subject: amqmdnet.dll without MQ client installed |
We're not equipted to be a training resource nor have we any desire to be. Specific answers to specific questions yes
Hi Vitor, your pointing to "Managed connection" is much better than any ... |
Topic: amqmdnet.dll without MQ client installed |
tri.vu
Replies: 15 Views: 25190
|
Forum: IBM MQ API Support Posted: Tue Feb 05, 2013 1:40 pm Subject: amqmdnet.dll without MQ client installed |
Did you application issue an explicit or implicit MQCMIT?
I did not issue any implicit / explicit MQCMIT. The test() function in the previous post is all what I have for verifying the issue.
Th ... |
Topic: amqmdnet.dll without MQ client installed |
tri.vu
Replies: 15 Views: 25190
|
Forum: IBM MQ API Support Posted: Tue Feb 05, 2013 10:01 am Subject: amqmdnet.dll without MQ client installed |
You are right! I do not understand what it means. I am still in the process of learning and collecting knowledge in this domain. That's why I am here in this forum
Thank you for pointing out the ... |
Topic: amqmdnet.dll without MQ client installed |
tri.vu
Replies: 15 Views: 25190
|
Forum: IBM MQ API Support Posted: Mon Feb 04, 2013 1:57 pm Subject: amqmdnet.dll without MQ client installed |
Hi Vitor,
Thank you for your information. I did some further testing and figured out that it's the option at putting message to the queue
pmo.Options = MQC.MQPMO_NEW_MSG_ID Or MQC.MQPMO_SYNCPOINT ... |
Topic: amqmdnet.dll without MQ client installed |
tri.vu
Replies: 15 Views: 25190
|
Forum: IBM MQ API Support Posted: Fri Feb 01, 2013 3:41 pm Subject: amqmdnet.dll without MQ client installed |
Hi Vitor
Thank you for your valuable response. I've removed MQ Client and tried Managed Client Connection parameter in the connection and I was not able to put message to the queue. It seems that MQ ... |
Topic: amqmdnet.dll without MQ client installed |
tri.vu
Replies: 15 Views: 25190
|
Forum: IBM MQ API Support Posted: Fri Feb 01, 2013 9:26 am Subject: amqmdnet.dll without MQ client installed |
I am writing a Windows App in VB.Net to put messages to the Queue using amqmdnet.dll (v7.0.1). When deploying on some other PCs the program is not putting message to the queue unless I get MQ client i ... |