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


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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to