Class QueueController


  • public class QueueController
    extends Object
    Helper class to test the status of the number of submitted jobs on our JMS Queues. Uses the same QueueSession for all calls to getCount() to avoid memory-leak caused by accumulation of imqConsumerReader threads.
    • Constructor Detail

      • QueueController

        public QueueController()