-1

I have an application that communicate with local IBM MQ Queue Manager that is also connected with a remote Queue Manager.

Is there an event in the IBM c# API that can notify me when the connection between the local and the remote queue manager fell?

If there isn't what is the best way to get it ?

JoshMc
  • 10,239
  • 2
  • 19
  • 38
Erez
  • 6,405
  • 14
  • 70
  • 124

1 Answers1

0

That is why you implement an MQ monitoring solution rather than put monitoring code in each application.

Roger
  • 7,062
  • 13
  • 20