Author: ffang
Date: Mon Nov 28 11:28:12 2011
New Revision: 1207086
URL: http://svn.apache.org/viewvc?rev=1207086&view=rev
Log:
[SMX4-987]simple/quartz.xml example output doesn't comply with the README
Modified:
servicemix/smx4/features/trunk/examples/jbi/simple/quartz.xml
Modified: servicemix/smx4/features/trunk/examples/jbi/simple/quartz.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/examples/jbi/simple/quartz.xml?rev=1207086&r1=1207085&r2=1207086&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/examples/jbi/simple/quartz.xml (original)
+++ servicemix/smx4/features/trunk/examples/jbi/simple/quartz.xml Mon Nov 28
11:28:12 2011
@@ -41,7 +41,7 @@
<camel:camelContext>
<camel:route>
<camel:from
uri="jbi:endpoint:http://servicemix.apache.org/examples/camel/receiver/endpoint"
/>
- <camel:to uri="log:test" />
+ <camel:to uri="log:test?showStreams=true" />
</camel:route>
</camel:camelContext>