[ https://issues.apache.org/activemq/browse/CAMEL-898?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Claus Ibsen resolved CAMEL-898. ------------------------------- Resolution: Fixed Committed revision 754889. Added new option {{jmsMessageType}} jmsMessageType null Camel 2.0: Allows you to force to use a specific javax.jms.Message implementation for sending a jms message. Possible values: Bytes, Map, Object, Stream, Text. By default Camel will determine from the IN body type which Jms message type to use. This option allows you to choose it. See updated wiki for more. > camel-jms - option to set the JMSMessageType to use > --------------------------------------------------- > > Key: CAMEL-898 > URL: https://issues.apache.org/activemq/browse/CAMEL-898 > Project: Apache Camel > Issue Type: New Feature > Components: camel-jms > Affects Versions: 1.4.0 > Reporter: Claus Ibsen > Assignee: Claus Ibsen > Fix For: 2.0.0 > > > Currently camel auto detect based on the body type what kind of JMSMessage to > use (byte, map, object, text etc.) but we should have an option for end-users > to force a specific type to use. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.