hi,
I am connecting to Websphere application server version 6.0, I am using an ExceptionListener to make use from API notification when the connection between my application and application server is broken to recover my connection:
I used this technique before in other MQ providers like Sun Message Queue and IBM MQSeries, I was notified only one when the connection is broken.
But when I am connected to Websphere, I will be notified three times. do any body knows why this behavious happens? how I am going to make it called only once. Below is my sample
test and the output for it:
FYI: What I am doing to test this case is shutting down application server using stopServer.sh command
output is: