Well I do have a Spring JMS container which sits in front of my MDB. The Spring JMS container listens to the queue and when a message arrives it calls the onMessage() method of the MDB. Is there a set ...
I would expect you'd have to setup something line a connection listener attached to your MDB. So when the MDB goes down you should get an alert from the connection listener. Now you need to figure ...
I'm experiencing an issue when MQ goes down for some reason I have to restart my servers in order for my MDBs/MDPs to reconnect to the queues. I have been searching for a way to automati ...