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

[jira] [Comment Edited] (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:comment-tabpanel&focusedCommentId=17085854#comment-17085854 ] 

Pascal Schumacher edited comment on CAMEL-14923 at 4/17/20, 3:07 PM:
---------------------------------------------------------------------

I use 

{{.inOnly(a)}}

a lot.

In my opinion it is much more readable (meaning more obvious) that a {{to}} with an {{exchangePattern}} query parameter (which may be one among many).


was (Author: pascalschumacher):
I use 

inOnly a

a lot.

In my opinion it is much more readable (meaning more obvious) that a {{to}} with an {{exchangePattern}} query parameter (which may be one among many).

> 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)