At the bottom of the latency graph there is a message area that might show
one of two messages:
- "No Activity". This means that no data is travelling accross this
queue to QApply. If you get this message, but think that activity should
be happening, check the following things:
- Insure that the QSubs using that queue are active.
- Insure that data updates are occuring at the source.
- "Queue Stopped". This means that QApply has "stopped" the queue (which means
QApply is no longer reading the queue). No QSubs that use this queue are replicating.
There are several reasons that a queue might be stopped:
- A queue might be stopped by the Replication operator. From Replication Center, see the "Operations-> ->Manage->Queues" dialog.
- A QSub can be defined to stop the queue if the QSub encounters an error.
- If the underlying MQ Queue does not exist, QApply automatically stops the queue.