You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Daniel Kulp (JIRA)" <ji...@apache.org> on 2009/07/28 21:34:14 UTC

[jira] Resolved: (CXF-2366) Allow for 1-way over JMS requests to set replyTo destination in JMS message when explicitly enabled

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

Daniel Kulp resolved CXF-2366.
------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0.12
         Assignee: Daniel Kulp

> Allow for 1-way over JMS requests to set replyTo destination in JMS message when explicitly enabled
> ---------------------------------------------------------------------------------------------------
>
>                 Key: CXF-2366
>                 URL: https://issues.apache.org/jira/browse/CXF-2366
>             Project: CXF
>          Issue Type: Improvement
>          Components: Transports
>    Affects Versions: 2.2, 2.1.5
>            Reporter: Marat Bedretdinov
>            Assignee: Daniel Kulp
>             Fix For: 2.0.12, 2.1.6, 2.2.3
>
>         Attachments: CXF-2366.2009-28-13-42.patch
>
>
> Some of the users of cxf requested that it should be possible to have one-way calls over JMS set JMS Message replyTo field with WSDL or invocation context provided destination. 
> If a user has a named replyToDestination set in WSDL or spring Config for a given WSDL port and then using a proxy associated with that port client makes a one way call, the JMS Message's replyTo filed will be set with the replyToDestination from Spring config or WSDL in that order of priority respectfully. 
> This will only be the case once the user specifically enables this behaviour by setting  jms:clientConfig@enforseSpec = false. By default CXF applications will function as before this change.
> The user can still specifically disable this behaviour on per request basis even when by default it is desirable to set and propagate replyTo for one-way calls by putting a property in the invocation conext JMSConstants.JMS_SET_REPLY_TO = false;

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