Claus Ibsen created CAMEL-14923:
-----------------------------------

             Summary: camel-core - Deprecate InOnly and InOut DSL as use 
exchangePattern query parameter instead
                 Key: CAMEL-14923
                 URL: https://issues.apache.org/jira/browse/CAMEL-14923
             Project: Camel
          Issue Type: Task
          Components: camel-core
            Reporter: Claus Ibsen
            Assignee: Claus Ibsen
             Fix For: 3.3.0


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




--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to