Hello,
We have a requirement where the client wants to be notified if there is no message arrived in the queue for a particular day.
TestCase1: 1. Queue: TEST_QUEUE 2. Today is 13-12-2017 3. LAST_PUT_DATE of TEST_QUEUE is 11-12-2017 (there is no message in the queue on 12-12-2017) 4. Alert must be trigered on 13-12-2017
TestCase2: 1. Queue: TEST_QUEUE 2. Today is 13-12-2017 3. LAST_PUT_DATE of TEST_QUEUE is 12-12-2017 4. Alert should not be trigered on 13-12-2017
Thanks.