I'm finally getting around to tinkering with ServiceMix again (after a small 1-2 month break) and I noticed that there's a lot of new documentation on the site. As I'm reading through the documentation for the Basic example, I'm left with this...
Correct me if I'm wrong, but it doesn't appear that item 6a from http://servicemix.codehaus.org/Use+Cases is represented in either the technical description on http://servicemix.codehaus.org/Basic or in the servicemix.xml file in the examples directory of the download. Am I right? >From the looks of it, the example is self-contained, neither taking data from outside (the Quartz job mocks that) or sending data to some outside service. If I'm right, then what would need to be done to the example (presumably in the "outputSender" component) to implement the behavior of 6a in addition to the 6b behavior it currently implements? In short: How do I broadcast a message to multiple recipients? (Thinking out loud) It seems to me that I'd have to change "outputSender" to be something other than JmsSenderComponent. Or would it be possible to leave it as it is, but to specify a destinationService to send the results to? Or would I need some other component listening on the demo.org.servicemix.result" topic? (I suppose I could go try this...and I will...but as I said I'm thinking out loud as I write this.)
