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

camel-core - Deprecate InOnly and InOut DSL and use To DSL with pattern defined

    XMLWordPrintableJSON

Details

    • Task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 3.3.0
    • camel-core
    • None
    • Unknown

    Description

      from
      inOnly a
      inOut b
      to c

      Is not so common to use, lets just use to which is more common to use

      from
      to a?exchangePattern=InOnly
      to b?exchangePattern=InOut
      to c

      Attachments

        Activity

          People

            davsclaus Claus Ibsen
            davsclaus Claus Ibsen
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: