I am trying to understand the WS-Notification Example. I was able to run the WS-Notification Example successfully. I read
http://servicemix.org/sm30ug/ws-notification-clustered.html and http://servicemix.org/site/ws-notification.html But I am still having questions. Can anyone help me with: 1. For the subscriber (instance 2), the line <sm:activationSpec id="receiver" service="test:service" endpoing="endpoint"> What is endpoint reference to? what is service reference to? Is the service for subscriber always service? 2. What does org.apache.servicemix.wsn.spring.WSNSpringComponent does? 3. What does http://servicemix.apache.org/demo/trace/endpoint does? 4. How come we are specifying the topic as property in the org.apache.servicemix.wsn.spring.WSNSpringComponent for the subscriber but specify the topic as property in the org.apache.servicemix.wsn.spring.PublisherComponent not the org.apache.servicemix.wsn.spring.WSNSpringComponent? 5. I understand that the quartz component sends the message to the publisher. But where is the message? If I want to send in my own message, which part of the file should I change? 6. Can you provide us some comments on the servicemix.xml files? 7. I would like the publisher creates its own message and sends it to the subscriber. The subscriber receives the message and perform some businese logic to it received message. What classes do I need to create? Can you provide some examples or framework? Thanks. I appreciate your help. -- View this message in context: http://www.nabble.com/WS-Notification-Example-tf2386031.html#a6651290 Sent from the ServiceMix - User mailing list archive at Nabble.com.
