I am totally new to ServiceMix, and dont know too much about Spring. This is
probably a typical case of an absolute novice not seeing the obvious...

I am trying to get a TraceComponent to produce output and forward a message
to a destination service, using a Spring configuration file. I get the
output from the trace, but it isn't forwarding. I have something like

<component id="httpReceiver" service="foo:httpBinding"
endpoint="httpReceiver" class="org.servicemix.components.http.HttpConnector"
 destinationService="foo:trace">
                <property name="host" value="localhost"/>
                <property name="port" value="8888"/>
</component>

<component id="trace" service="foo:trace"
class="org.servicemix.components.util.TraceComponent"
destinationService="foo:trace2">
</component>

<component id="trace2" service="foo:trace2"
class="org.servicemix.components.util.TraceComponent"
destinationService="foo:finaldestination">
</component>
                
and only get the first trace ... how can I do this - do I have to configure
a pipeline, and if so, how?

Thanks for any help.



-- 
NEU: Telefon-Flatrate fürs dt. Festnetz! GMX Phone_Flat: 9,99 Euro/Mon.*
Für DSL-Nutzer. Ohne Providerwechsel! http://www.gmx.net/de/go/telefonie

Reply via email to