1

I have configured DMLC and SingleConnectionFactory for my WMQ listener. Everything is working as expected except the failover scenario.

It enters onException method as soon as the connection is lost. That's okay.

But the queue is not yet up so the DMLC tries to reconnect but after failure on reconnect it is again entering in the onException method. It should not enter in the onException method again.

Any help on this?

Rajesh
  • 21
  • 4
  • onException will be called each time exception occurs (see doReceiveAndExecute). What does "queue is not yet up mean"? – Talijanac May 06 '14 at 11:56
  • The reconnect options vary greatly depending on the QMgr version and the client version. which version of each are you using? – T.Rob May 10 '14 at 02:01

0 Answers0