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

Logging response going to JMS replyto queue

Hi People,

How do you ask camel to log the response going to a replyto queue?

See my sample config file below:
<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/Logging-response-going-to-JMS-replyto-queue-tp26545445p26545445.html
Sent from the Camel - Users mailing list archive at Nabble.com.