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

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

> camel-core - Rest DSL - Allow to set response message quickly
> -------------------------------------------------------------
>
>                 Key: CAMEL-17035
>                 URL: https://issues.apache.org/jira/browse/CAMEL-17035
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-core, rest
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>            Priority: Major
>             Fix For: 3.13.0
>
>
> So when you have to do today
> responseMessage().code(400).message("does not work").endResponseMessage()
> You should be able to do
> responseMessage(400, "does not work")



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

Reply via email to