1 Reply Latest reply on Sep 21, 2004 11:04 PM by oz_ko

    broadcast messages to end users

    df

      Hi, everyone

      I am working on an administrative tool. I need to broadcast messages to front end users when I shut down jboss.

      Anyone knows if it's possible.

      Thanks in advance.

      DF

        • 1. Re: broadcast messages to end users
          oz_ko

          The problem is not broadcasting - it's having a client listening to the broadcasts.

          What client is connected to jboss? If it's a web browser then the only thing i can suggest is an "included jsp" that checks for a shutdown message. when a page is displayed.

          This will work only if the user refreshes the page. Otherwise you could maybe use something like sidebar to continously check.

          If you have fat clients then if becomes a lot easier - eg with JMS.

          You could always sms/email the shutdown notification.

          Oz