You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@servicemix.apache.org by lekkie <le...@gmail.com> on 2009/11/28 09:26:56 UTC

translating response to jms request

Hi people,

How can I ensure the message type sent to my response queue in the config
file below is translated into a JMS textmessage type?

<osgi:camelContext xmlns="http://camel.apache.org/schema/spring">
		<route>
			<from uri="jms:queue:RequestQueue?replyTo=ResponseQueue" />
			<convertBodyTo type="javax.xml.transform.stream.StreamSource" />
			<to uri="log:jmsMessagesLog" />
			<bean ref="RecipientList" method="route" /> 
		</route>
	</osgi:camelContext>
kr.

-- 
View this message in context: http://old.nabble.com/translating-response-to-jms-request-tp26545442p26545442.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.