You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (Jira)" <ji...@apache.org> on 2020/04/25 10:20:00 UTC

[jira] [Resolved] (CAMEL-14923) camel-core - Deprecate InOnly and InOut DSL as use exchangePattern query parameter instead

     [ https://issues.apache.org/jira/browse/CAMEL-14923?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-14923.
---------------------------------
    Resolution: Fixed

> 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
>            Priority: Major
>             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)