Author |
Message |
Topic: message sequencing rant |
gwlfng
Replies: 4 Views: 3516
|
Forum: General Discussion Posted: Mon Feb 03, 2003 8:46 pm Subject: message sequencing rant |
Thanks, I appreciate the thoughts and comments. I pretty much agree with everything said.
Just for clarification of the example, I was thinking of a pure synchronous, fire and forget, data propoga ... |
Topic: message sequencing rant |
gwlfng
Replies: 4 Views: 3516
|
Forum: General Discussion Posted: Sun Feb 02, 2003 8:07 pm Subject: message sequencing rant |
This is kind of in the "rant" category, perhaps more about messaging in general than MQ in particular.
I know that MQSeries guarantees message delivery (given persistent messages, etc), but does no ... |
Topic: How to limit acces to QMgr or Queues to some clients ? |
gwlfng
Replies: 4 Views: 4471
|
Forum: General IBM MQ Support Posted: Wed Jan 29, 2003 8:45 pm Subject: How to limit acces to QMgr or Queues to some clients ? |
To tighten-up OAM on Win2k, you can prevent people from using local id's to masquerade as administrators by setting the queue manager to NTSIDsRequired. It's selected from the MQSeries Services snap-i ... |
Topic: sqlcode -805 in DB2 access for Mq triggered program |
gwlfng
Replies: 1 Views: 2789
|
Forum: IBM MQ API Support Posted: Wed Jan 15, 2003 12:43 pm Subject: sqlcode -805 in DB2 access for Mq triggered program |
Might need an RCT entry for the tran being triggered, or maybe it points to the wrong plan |
Topic: MQSeries VS IMS |
gwlfng
Replies: 10 Views: 12506
|
Forum: IBM MQ API Support Posted: Tue Nov 19, 2002 5:57 pm Subject: MQSeries VS IMS |
In IMS (an MPP program), the MQ connection handle drops (an implicit disconnect) at each IMS commit point. The natural IMS commit point is at each GU to the IO-PCB. You can't use MQCommit here, IMS ... |
Topic: MQCONNXAny from MQAX ? |
gwlfng
Replies: 0 Views: 2208
|
Forum: IBM MQ API Support Posted: Tue Nov 19, 2002 6:50 am Subject: MQCONNXAny from MQAX ? |
I've been using MQCONNXAny in VB6 client code so I could programatically set channel name and IP address without using the MQSERVER environment variable. If and when this code should get migrated to ... |
Topic: mqget with wait in client app - impacting other processes |
gwlfng
Replies: 2 Views: 3158
|
Forum: General IBM MQ Support Posted: Wed Nov 13, 2002 6:45 pm Subject: mqget with wait in client app - impacting other processes |
Quite right. Amqsgetc doesn't hold anything else up while it's waiting. VB probably has hold of something. The program is doing the MQ work during form load - maybe it has hold of things down in t ... |
Topic: mqget with wait in client app - impacting other processes |
gwlfng
Replies: 2 Views: 3158
|
Forum: General IBM MQ Support Posted: Wed Nov 13, 2002 11:42 am Subject: mqget with wait in client app - impacting other processes |
It seems that when I run a VB app using MQ client (v5.2) with an MQGET with a long or infinite wait, some other apps on the client - especially Acrobat reader, hang while mqget is waiting. The cpu is ... |