Interface JmsMessageAvailableConsumer

    • Method Detail

      • setAvailableListener

        void setAvailableListener​(JmsMessageAvailableListener availableListener)
        Sets the listener used to notify synchronous consumers that there is a message available so that the MessageConsumer.receiveNoWait() can be called.
        Parameters:
        availableListener - the JmsMessageAvailableListener instance to signal.
      • getAvailableListener

        JmsMessageAvailableListener getAvailableListener()
        Gets the listener used to notify synchronous consumers that there is a message available so that the MessageConsumer.receiveNoWait() can be called.
        Returns:
        the currently configured message available listener instance.