Deal of the Day

Home » Main » Manning Forums » 2008 » Mule in Action

Thread: Chapter 4 small corrections

Reply to this Thread Reply to this Thread Search Forum Search Forum Back to Thread List Back to Thread List

Permlink Replies: 1 - Pages: 1 - Last Post: Jun 5, 2009 1:58 PM by: johndemic Threads: [ Previous | Next ]
lukaszlipka

Posts: 2
From: Poland
Registered: 6/1/09
Chapter 4 small corrections
Posted: Jun 4, 2009 4:59 PM
  Click to reply to this thread Reply

Example 4.15 page 105
looks like:
<service name="staticRecipientListService">
<inbound>
<vm:inbound-endpoint address="vm://errors"/>
</inbound>
<outbound>
<static-recipient-list-router>
<recipients>
<spring:value>jms://errors.ops</spring:value>
<spring:value>jms://errors.engr</spring:value>
<spring:value>jms://errors.reports</spring:value>
</recipients>
</static-recipient-list-router>
</outbound>
</service>

and comment to it:"Now all messages leaving the quoteProcessingService
component will be sent to each of the defined outbound endpoints."
I think there is missing component in code, something like this:
<component>
<spring-object bean="quoteProcessingService"/>
</component>

And one more thing: incorrect numeration on page 90 under the code, in my opinion should be 1,2,3:)

Best regards,
--
Pozdrowienia
Łukasz Lipka
http://lukaszlipka.blogspot.com/

johndemic

Posts: 52
From: Brooklyn, NY
Registered: 10/3/06
Re: Chapter 4 small corrections
Posted: Jun 5, 2009 1:58 PM   in response to: lukaszlipka in response to: lukaszlipka
  Click to reply to this thread Reply

Thanks again for another good catch! The quoteProcessingService was a left over for an earlier revision of the chapter. This will be corrected in the print release and PDF, as well as the enumeration issues with the cueballs.

Legend
Gold: 300 + pts
Silver: 100 - 299 pts
Bronze: 25 - 99 pts
Manning Author
Manning Staff