Uploaded image for project: 'Camel'
  1. Camel
  2. CAMEL-17190

camel-quickfix - Quickfix engine not stopped on route stop

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 3.11.3
    • 3.14.0
    • camel-quickfix
    • None
    • Unknown

    Description

      When route, consumed from quickfix, stopped (manually or by lost master status), quickfix-engine still works.

      Fix messages are not processed by any camel route and there are no any exception's.

      It seems that camel-quickfix-consumer should overvride doStop() like that:

      @Override
      protected void doStop() throws Exception {
          (QuickfixjEndpoint)getEndpoint()).getEngine().doStop();
          super.doStop(); 
      } 

      Attachments

        Activity

          People

            davsclaus Claus Ibsen
            aanpilov Alexander Anpilov
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: