Author |
Message |
Topic: Queue attributes-Maximum queue depth and storage |
tvr
Replies: 6 Views: 3759
|
Forum: General IBM MQ Support Posted: Tue Sep 19, 2006 12:33 pm Subject: Queue attributes-Maximum queue depth and storage |
thanks a lot, Jeff |
Topic: Queue attributes-Maximum queue depth and storage |
tvr
Replies: 6 Views: 3759
|
Forum: General IBM MQ Support Posted: Tue Sep 19, 2006 11:53 am Subject: Queue attributes-Maximum queue depth and storage |
any insight on maximum queue depth value-pros and cons of changing from default value. Basically we have real time system that interface with remote queue manger with messages lengths of around 5k to ... |
Topic: Queue attributes-Maximum queue depth and storage |
tvr
Replies: 6 Views: 3759
|
Forum: General IBM MQ Support Posted: Tue Sep 19, 2006 11:02 am Subject: Queue attributes-Maximum queue depth and storage |
Not MQ setup as a whole but with respect to messages? how to check the file system used by each queue for storing each message before it got processed? |
Topic: Queue attributes-Maximum queue depth and storage |
tvr
Replies: 6 Views: 3759
|
Forum: General IBM MQ Support Posted: Tue Sep 19, 2006 10:18 am Subject: Queue attributes-Maximum queue depth and storage |
1)Pros and cons of changing maximum queue depth from default value, 10000 in MQ ver5.1, any preformance issues..etc ?
2)To calculate storage requirements, is there a way to check which file system is ... |
Topic: error 2018 - No Handle |
tvr
Replies: 12 Views: 7135
|
Forum: IBM MQ API Support Posted: Thu Apr 20, 2006 12:56 pm Subject: error 2018 - No Handle |
Trace doesnt have MQDISC .
any new MQ version for Tru64 other than 5.1? |
Topic: error 2018 - No Handle |
tvr
Replies: 12 Views: 7135
|
Forum: IBM MQ API Support Posted: Thu Apr 20, 2006 12:22 pm Subject: error 2018 - No Handle |
30e 0 0 MQS _____________
30e 0 0 MQS MQCONN(X) <<
30e 0 0 MQS Name : Input Parm
30e 0 ... |
Topic: error 2018 - No Handle |
tvr
Replies: 12 Views: 7135
|
Forum: IBM MQ API Support Posted: Thu Apr 20, 2006 11:47 am Subject: error 2018 - No Handle |
Thanks for the trace pointers, mvic.
When i ran the trace i guess there is a new thread on which MQPUT is attempted so MQPUT failed, new thread may be because of vendor product? BTW, I couldnt able ... |
Topic: error 2018 - No Handle |
tvr
Replies: 12 Views: 7135
|
Forum: IBM MQ API Support Posted: Thu Apr 20, 2006 7:17 am Subject: error 2018 - No Handle |
But Connection status is good so how come hanlde is out of scope? Rationle behind global object is to establish connection at the start of the rpocess and use the same object to put messages where ... |
Topic: error 2018 - No Handle |
tvr
Replies: 12 Views: 7135
|
Forum: IBM MQ API Support Posted: Thu Apr 20, 2006 7:06 am Subject: error 2018 - No Handle |
Iam sure it is a single thread application( we use vendor product API calls and sure it doesnt do anything). "down the line" i mean diffrent file scope, other than the file where instance of wrappe ... |
Topic: error 2018 - No Handle |
tvr
Replies: 12 Views: 7135
|
Forum: IBM MQ API Support Posted: Thu Apr 20, 2006 6:47 am Subject: error 2018 - No Handle |
When trying to place a message to a queue, getting an error 2018 on Tru 64 compaq using MQ 5.1 and Compaq C++ V6.5-014. Basically we use a wrapper class that connects to qmgr and all queues. I creat ... |