Interface AqMessage<T>

  • Type Parameters:
    T - Type of the payload.
    All Superinterfaces:
    JmsMessage<T>, Message<T>

    public interface AqMessage<T>
    extends JmsMessage<T>
    Message representing AQ JMS message together with all the metadata.
    • Method Detail

      • getDbConnection

        Connection getDbConnection()
        Return DB connection used for receiving this message.
        Returns:
        java.sql.Connection