You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2009/03/27 08:39:42 UTC

[jira] Created: (CAMEL-1493) ProducerTemplate - sendBody should be void

ProducerTemplate - sendBody should be void
------------------------------------------

                 Key: CAMEL-1493
                 URL: https://issues.apache.org/activemq/browse/CAMEL-1493
             Project: Apache Camel
          Issue Type: Improvement
          Components: camel-core
            Reporter: Claus Ibsen
             Fix For: 2.0.0


The sendBodyXXX methods on ProducerTemplate is InOnly so they should be void to better help the end user to use requestBody instead if he wants a InOut

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (CAMEL-1493) ProducerTemplate - sendBody should be void

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-1493?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-1493.
--------------------------------

    Resolution: Fixed

trunk: 759437

Use requestBody instead of sendBody if you want request/response.

> ProducerTemplate - sendBody should be void
> ------------------------------------------
>
>                 Key: CAMEL-1493
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1493
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-core
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>             Fix For: 2.0.0
>
>
> The sendBodyXXX methods on ProducerTemplate is InOnly so they should be void to better help the end user to use requestBody instead if he wants a InOut

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (CAMEL-1493) ProducerTemplate - sendBody should be void

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-1493?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen reassigned CAMEL-1493:
----------------------------------

    Assignee: Claus Ibsen

> ProducerTemplate - sendBody should be void
> ------------------------------------------
>
>                 Key: CAMEL-1493
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1493
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-core
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>             Fix For: 2.0.0
>
>
> The sendBodyXXX methods on ProducerTemplate is InOnly so they should be void to better help the end user to use requestBody instead if he wants a InOut

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.