|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
Search found 6 matches |
Author |
Message |
Topic: C# and error code 2017 |
KirTakat
Replies: 5 Views: 4644
|
Forum: IBM MQ API Support Posted: Wed Sep 14, 2005 9:45 am Subject: C# and error code 2017 |
why do you open and close the queue when you get "no more messages"?
Because this application runs 24/7 for days on end, but it's sleeping for 20 hours in a given day. And because the queue it's co ... |
Topic: C# and error code 2017 |
KirTakat
Replies: 5 Views: 4644
|
Forum: IBM MQ API Support Posted: Wed Sep 14, 2005 9:41 am Subject: C# and error code 2017 |
The threads are all connecting to the same queue manager, but the error always occurs in the same thread.
As for the queue.Open, no, it definately seems to be occuring during the queue.get. |
Topic: C# and error code 2017 |
KirTakat
Replies: 5 Views: 4644
|
Forum: IBM MQ API Support Posted: Wed Sep 14, 2005 9:20 am Subject: C# and error code 2017 |
I'm having an issue with IBM MQ throwing an exception after my program has been running for a while. After the application has been up for a (variable) period of time, it will start to throw a 2017 e ... |
Topic: C#, .Close() and Error Code 2018 |
KirTakat
Replies: 5 Views: 9166
|
Forum: IBM MQ API Support Posted: Mon Jul 25, 2005 8:29 am Subject: C#, .Close() and Error Code 2018 |
Before I forget, thanks for your help, now then:
it's not usually a good idea to have a complete Connect,Open, Put/Get,Close, Disconnect in the same function
Your point about efficency is defin ... |
Topic: C#, .Close() and Error Code 2018 |
KirTakat
Replies: 5 Views: 9166
|
Forum: IBM MQ API Support Posted: Mon Jul 25, 2005 8:13 am Subject: C#, .Close() and Error Code 2018 |
There's no passing of the handle at all, all of this takes place within a single function. |
Topic: C#, .Close() and Error Code 2018 |
KirTakat
Replies: 5 Views: 9166
|
Forum: IBM MQ API Support Posted: Mon Jul 25, 2005 7:39 am Subject: C#, .Close() and Error Code 2018 |
I have an issue with the .Net implementation of MQ when I try and close out a queue. If I have an MQQueue named queue, and I'm done with it, I'll check to see if it's not NULL, and if it's currently ... |
|
|
|