Interface GenericMessageListener

All Superinterfaces:
javax.jms.MessageListener
All Known Implementing Classes:
AbstractJmsListener, JmsQueueListener, JmsTopicListener

public interface GenericMessageListener extends javax.jms.MessageListener
GenericMessageListener - Estension to MessageListener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Shutdown the listener and all connection(s).
    boolean
    Indicator if a connection is present.
    void
    Start the listener and all connection(s).
    void
    Refresh the connection.

    Methods inherited from interface javax.jms.MessageListener

    onMessage