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

Allow endpoints to migrate from the dynamic to the static map in the endpoint registry

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 2.23.0
    • None
    • None
    • Unknown

    Description

      A typical use case is when using something like

      errorHandler(deadLetterChannel("direct:error")
              .maximumRedeliveries(2)
              .redeliveryDelay(0));
      
      from("direct:error")
              .routeId("error")
              .errorHandler(deadLetterChannel("log:dead?level=ERROR"))
              .to("mock:error")
              .to("file:error");
      

      In such a case, the direct:error endpoint is create in the dynamic map only.

      Attachments

        Issue Links

          Activity

            People

              gnodet Guillaume Nodet
              gnodet Guillaume Nodet
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: