Details
- 
    Type:Bug 
- 
    Status: Closed
- 
    Priority:Major 
- 
    Resolution: Fixed
- 
    Affects Version/s: Draft Deployment v1
- 
    Fix Version/s: None
- 
    Component/s: Other
- 
    Labels:None
- 
    Environment:Build Details MMS : p1-r3378 
 Bidmgr : p44-r2790
Description
If the requested Jboss is down then the response is sent to active jboss server.
Steps to reproduce
Step 1: Ensure Jboss1,Jboss2 and listener are up.
Step 2: Send a valid deploy request from Jboss1.
Step 3: Listener picks the message/job for processing.
Step 4: Stop Jboss1 after listener picks the job.
Step 5: Now check the Jboss2 and deployment listener log.
Actual Result : The response is sent to active jboss(ie Jboss2).
Expected Result : Should send the response to the respective server(Jboss1).