Class JdbcQueryListener

    • Constructor Detail

      • JdbcQueryListener

        public JdbcQueryListener()
        Deprecated.
    • Method Detail

      • setUpdateStatusToProcessedQuery

        public void setUpdateStatusToProcessedQuery​(String query)
        Deprecated.
        SQL statement to set the status of a row to 'processed'. Must contain one parameter, that is set to the value of the key
      • setUpdateStatusToErrorQuery

        public void setUpdateStatusToErrorQuery​(String query)
        Deprecated.
        SQL statement to set the status of a row to 'error'. Must contain one parameter, that is set to the value of the key
        Default value
        same as updateStatusToProcessedQuery
      • setUpdateStatusToInProcessQuery

        public void setUpdateStatusToInProcessQuery​(String query)
        Deprecated.
        SQL statement to set the status of a row to 'in process'. Must contain one parameter, that is set to the value of the key. Can be left emtpy if database has SKIP LOCKED functionality and the Receiver can be (and is) set to Required or RequiresNew.
      • setRevertInProcessStatusQuery

        public void setRevertInProcessStatusQuery​(String query)
        Deprecated.
        SQL statement to set the status of a row to 'available'. Must contain one parameter, that is set to the value of the key. Only used in rollbacks, when updateStatusToInProcessQuery is specified