Class AbstractListener

    • Field Detail

      • channel

        protected String channel
      • payLoad

        protected String payLoad
    • Constructor Detail

      • AbstractListener

        public AbstractListener()
        Constructor declaration
    • Method Detail

      • processMessage

        protected void processMessage​(javax.jms.Message msg)
                               throws NotificationServerException
        Process a message received on NotificationServer JMS message queue : extract the message content to be sent.
        Parameters:
        msg - the message to be proccessed.
        Throws:
        NotificationServerException