Details
-
Type: Bug
-
Status: Open
-
Priority: Critical
-
Resolution: Unresolved
-
Affects Version/s: Kirin
-
Fix Version/s: All Time Backlog
-
Component/s: AdMax JMS Listener
-
Labels:None
-
Environment:
QA4
Description
When listener is shutdown gracefully then it doesn't complete the processing of queued jobs by this there will be loss of message or failure deployments.
Steps to reproduce.
Step 1: Send a deployment request.
Step 2: Wait till the listener picks the request.
Step 3: Shutdown the listener gracefully.
Actual Result :
The grace full shutdown of listener will end up the processing message.
Expected Result :
On grace full shutdown of listener it should process the queued jobs successfully before shutdown.