Results 1 to 2 of 2

Thread: Monitoring DefaultMessageListenerContainer

  1. #1
    Join Date
    May 2007
    Location
    Massachusets, USA
    Posts
    30

    Question Monitoring DefaultMessageListenerContainer

    I have my spring application loaded in WAS, using MDP's (DefaultMessageListenerContainer). I have Websphere MQ as the message broker. The application works perfectly. But in case if the broker goes down for some reason, the listener doesnt shutdown itself. Also after this event occurs, there is no way for me to control the exceptions thrown by the listener threads. All i have to do is restart the machine. That sucks.

    I was looking for something from Websphere to start and stop these spring beans. but no use. Also these threads are not managed as MBeans in WAS.

    Any thoughts / solutions to this would be of great help.

    Thanks
    Barath
    Last edited by barathwajram; May 18th, 2007 at 01:50 PM.

  2. #2
    Join Date
    Jun 2008
    Posts
    6

    Default

    could you post your configuration

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •