MQ Queue defined but not used in the code (WMB)
The MB-Precise plugin will attempt to match queue configuration to queue used. This warning indicates
that a queue is defined in the definition but not in the code.
It could mean that
- the queue is used in a different application
- the queue access is dynamic (ie dependant on logic in the code)
- the queue is never used and is redundant
|
*********************************************** * Define the queues for the application *********************************************** DEFINE QL(‘Unused.Queue.Defined.in.file’) REPLACE |
