Ideally and to have redundancy, app1 should connect to both QM1 and QM2 and service the queue. The same way app2 should connect to both QM1 and QM2 and service the queue. This way if one app dies the ...
Ideally and to have redundancy, app1 should connect to both QM1 and QM2 and service the queue. The same way app2 should connect to both QM1 and QM2 and service the queue. This way if one app dies the ...
Consider the situation where we have 2 clustered queue mangers QM1 and QM2. Each has a local cluster queue (LQ). Application 1 (APP1) connects to QM1 and does a get with wait on LQ. Application 2 (APP ...