Updated 'samples' documentation.

This commit is contained in:
Mark Fisher
2008-07-08 03:58:42 +00:00
parent 08b56b3666
commit a22d205008
2 changed files with 36 additions and 36 deletions

View File

@@ -22,11 +22,7 @@
<service-activator input-channel="coldDrinks" ref="barista" method="prepareColdDrink"/>
<service-activator input-channel="hotDrinks" ref="barista" method="prepareHotDrink">
<interceptors>
<concurrency-interceptor max="5"/>
</interceptors>
</service-activator>
<service-activator input-channel="hotDrinks" ref="barista" method="prepareHotDrink"/>
<beans:bean id="cafe" class="org.springframework.integration.samples.cafe.Cafe">
<beans:property name="orderChannel" ref="orders"/>