You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Freeman Fang (JIRA)" <ji...@apache.org> on 2010/11/23 09:11:25 UTC

[jira] Updated: (CXF-3146) make gzip encoding works over jms transport

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

Freeman Fang updated CXF-3146:
------------------------------

    Attachment: CXF-3146.patch

need ensure this testcase run successfully

> make gzip encoding works over jms transport
> -------------------------------------------
>
>                 Key: CXF-3146
>                 URL: https://issues.apache.org/jira/browse/CXF-3146
>             Project: CXF
>          Issue Type: Improvement
>            Reporter: Freeman Fang
>            Assignee: Freeman Fang
>             Fix For: 2.2.12, 2.3.1, 2.4
>
>         Attachments: CXF-3146.patch
>
>
> seems currently gzip content-encoding only works with http transport, all gzip related interceptors are in cxf-rt-transport-http module, but IMHO gzip content-encoding should be decoupled with the underlying transport. From my initial investigation, support gzip content-encoding over jms transport is doable if jms client use binary message mode, we only need address some protocol header mismatch issue.

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