Author |
Message |
Topic: MQ Multi threaded C++ Application |
seenutheleo
Replies: 16 Views: 17389
|
Forum: IBM MQ API Support Posted: Thu Jun 21, 2012 12:39 am Subject: MQCB 2012 error |
You could consider using the MQCTL/MQCB interface to monitor multiple queues as an alternative to having a multi-threaded application design.
Hi Bob,
I changed my c++ application to use MQCTL/MQCB ... |
Topic: MQ Multi threaded C++ Application |
seenutheleo
Replies: 16 Views: 17389
|
Forum: IBM MQ API Support Posted: Mon Jun 18, 2012 9:25 am Subject: MQ Multi threaded C++ Application |
wrong thread
What do you mean by wrong thread? |
Topic: MQ Multi threaded C++ Application |
seenutheleo
Replies: 16 Views: 17389
|
Forum: IBM MQ API Support Posted: Mon Jun 18, 2012 9:19 am Subject: MQ Multi threaded C++ Application |
To exclude the more obvious...
Check the channel and set the sharecnv (share conversation) parameter to 1.
Also can you specify the exact version (including fix pack if any) of MQ you are using? :i ... |
Topic: MQ Multi threaded C++ Application |
seenutheleo
Replies: 16 Views: 17389
|
Forum: IBM MQ API Support Posted: Mon Jun 18, 2012 9:04 am Subject: Re: thread safe libraries... |
Are you using the threadsafe libraries for your compiles?
No, i dont know.. Are there any thread safe libraries for MQ?
You may notice that there are a few libraries that appear twice:
... |
Topic: MQ Multi threaded C++ Application |
seenutheleo
Replies: 16 Views: 17389
|
Forum: IBM MQ API Support Posted: Mon Jun 18, 2012 8:29 am Subject: thread safe libraries... |
Are you using the threadsafe libraries for your compiles?
No, i dont know.. Are there any thread safe libraries for MQ? |
Topic: MQ Multi threaded C++ Application |
seenutheleo
Replies: 16 Views: 17389
|
Forum: IBM MQ API Support Posted: Mon Jun 18, 2012 4:22 am Subject: mqrc for mqopen is 0 |
bindings connections? or client connections?
what's the mqrc from the mqopen? Is there any thing in the mq logs when the 2219 occurs?
mqrc for mqopen is 0. This is a client multi threaded connec ... |
Topic: MQ Multi threaded C++ Application |
seenutheleo
Replies: 16 Views: 17389
|
Forum: IBM MQ API Support Posted: Mon Jun 18, 2012 3:32 am Subject: MQ Multi threaded C++ Application |
Hi,
I developed one event monitoring c++ application which listens on 3 event queues and try to get messages using MQGET. But most of the times MQGET fails with MQRC_CALL_IN_PROGRESS(2219) error. I a ... |