You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Asankha C. Perera (JIRA)" <ji...@apache.org> on 2008/12/08 19:30:46 UTC

[jira] Resolved: (AXIS2-3088) Set header fields of JMS message

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

Asankha C. Perera resolved AXIS2-3088.
--------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.5

Please set transport level headers as necessary

> Set header fields of JMS message
> --------------------------------
>
>                 Key: AXIS2-3088
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3088
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Improvement
>    Affects Versions: 1.2
>         Environment: Windows XP
>            Reporter: Dominik Erni
>            Assignee: Asankha C. Perera
>             Fix For: 1.5
>
>
> I need to set the two JMS message header fields "Content_type" and "Mime_Version". I achieved to set the content type with:
>  Options options = stub._getServiceClient().getOptions();
>  options.setProperty(org.apache.axis2.Constants.Configuration.CONTENT_TYPE, "application/xml; charset=\"iso-8859-1\"  ");
> Shouldn't this also be possible for the Mime Version?
> I read the workaround proposed by you to replace the JMSSender class by a copy where these two properties are set with a string property in the class itself, but this is not an option for me.
> Regards,
> Dominik

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


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org