Author |
Message |
Topic: Active Log Offload - Long Running UOW |
Rabbit
Replies: 3 Views: 2231
|
Forum: General IBM MQ Support Posted: Mon Nov 29, 2004 6:42 am Subject: Active Log Offload - Long Running UOW |
Hi Jason,
The connection is an MQClient connection. I'm just looking for a command that will identify (i.e. error or warning) with a similar message.
We have identified a syncpoint that does an ... |
Topic: Active Log Offload - Long Running UOW |
Rabbit
Replies: 3 Views: 2231
|
Forum: General IBM MQ Support Posted: Mon Nov 29, 2004 2:29 am Subject: Active Log Offload - Long Running UOW |
A client of ours uses the active log offload and identifies long running UOW. An exe has been identified and we are trying to reproduce the following error in the office:
CSQJ160I LONG-RUNNING UOW ... |
Topic: Spotting UOW in Trace files. |
Rabbit
Replies: 2 Views: 1788
|
Forum: General IBM MQ Support Posted: Fri Nov 26, 2004 3:57 am Subject: no Commit after MQGET - does it matter? |
Fantastic. Just what I needed.
I've looked at the trace and I think it could be the polling mechanism. When we do an MQGET and there is no message it looks like there is still 1 UOW. In this instan ... |
Topic: Spotting UOW in Trace files. |
Rabbit
Replies: 2 Views: 1788
|
Forum: General IBM MQ Support Posted: Fri Nov 26, 2004 3:05 am Subject: Spotting UOW in Trace files. |
I need to confirm that our application is opening a queue for with syncpoint and commiting regularly. We are looking for Long Running UOW (Units of Work).
I've setup a trace on the client Win 2K se ... |
Topic: VB.NET missing property on MQQueueManager class |
Rabbit
Replies: 0 Views: 1712
|
Forum: General IBM MQ Support Posted: Thu Mar 11, 2004 7:50 am Subject: VB.NET missing property on MQQueueManager class |
The MQSeries Information Center lists a:
ConnectionHandle property
Read-only. The connection handle for the MQSeries queue manager object. Defined in: MQQueueManager class
In our VB.NET obje ... |
Topic: 1 QueueManager, N queues - MQCOMIT/MQBACK |
Rabbit
Replies: 1 Views: 1737
|
Forum: General IBM MQ Support Posted: Fri Feb 20, 2004 1:56 am Subject: 1 QueueManager, N queues - MQCOMIT/MQBACK |
We have a VB.NET app (MQCLIENT 5.3) that uses one Queue Manager and 5 queues. It is a multithreaded application i.e. will read multiple messages at once. to improve performance.
Every message is a ... |
Topic: Do MQGETs need an MQCMIT? |
Rabbit
Replies: 8 Views: 8807
|
Forum: General IBM MQ Support Posted: Mon Feb 09, 2004 5:41 am Subject: No Syncpoint on MQPUT effects... |
Ah Ha!
Thanks Jason - Things are becoming more clear.
In a different application (actually a single service) we do MQPUTs and without using sync points (mqpmo_syncpoint) do an MQCMIT/MQBACK ... |
Topic: Do MQGETs need an MQCMIT? |
Rabbit
Replies: 8 Views: 8807
|
Forum: General IBM MQ Support Posted: Mon Feb 09, 2004 5:08 am Subject: Do MQGETs need an MQCMIT? |
We have a vb app. which does a distructive get from a shared Q that is written to via another application.
Each message is one isolated unit of work and all we do is an MQGET.
The question is - ... |