Thanks Guillaume Nodet. It has helped me to understand the example much
better but I have more questions :)

1. You have mentioned that "...WS-Notification can also be used in a more
dynamic way by sending requests the the WS-Notification Broker to create
publishers and subscribers..".Can you please tell me how to do that ?

2. "...instance1 is part of the cluster but does not have any WS-N
subscribers or publishers". My question  is - why do we need this instance.
What is that you are trying to demonstarte ?

3.   Can someone explain me this
<bean class="org.quartz.JobDetail">
                <property name="name" value="My Example Job"/>
                <property name="group" value="ServiceMix"/>
              </bean>

4. org.apache.servicemix.wsn.spring.PublisherComponent is the publisher. How
do I write a custom publisher ?

5. In the example "wsn-message.xml" is the XML message passed. Who reads
this XML message.Is it the publisher component ?

6. In the consumer side what does the component
"org.apache.servicemix.tck.ReceiverComponent" do ?

Thanks,
Pradeep




gnodet wrote:
> 
> Just created this page which should help you understand the basics of this
> example.
> This is just a draft and should be enhanced in the future.
> See
>   http://servicemix.goopen.org/sm30ug/ws-notification-clustered.html
> 
> On 9/10/06, pradeep <[EMAIL PROTECTED]> wrote:
>>
>>
>> I am experimenting with ws-notifcation example provided with the
>> download.
>> I
>> haven't understood how it is works, so questions
>> 1. What is the purpose of running instance1/servicemix1.xml.What does it
>> do
>> ?
>> 2. what does org.apache.servicemix.wsn.spring.PublisherComponent do ? Is
>> it
>> the publisher? What about
>> org.apache.servicemix.wsn.spring.WSNSpringComponent ?
>> 3.  sorry if this is stupid but if I need to publish notification what
>> are
>> the steps.
>>    a.replace org.apache.servicemix.wsn.spring.PublisherComponent with my
>> own
>>      implmentaion? if yes what has to be done  ?
>>   b. Or reuse org.apache.servicemix.wsn.spring.PublisherComponent ? If
>> yes,
>> how do I write the code to send notifications ?
>>
>> 4. Same question as 3 for the consumer (instance 2 in the example ). More
>> details required for org.apache.servicemix.tck.ReceiverComponent.
>>
>> If someone could explain me the working of the example wiht expnantion of
>> the servicemix.xml's it would be great. I have to admit that I am toally
>> confused. Thanks for your help.
>>
>>
>>
>>
>>
>> --
>> View this message in context:
>> http://www.nabble.com/Confused-about-ws-notification-tf2247458.html#a6233049
>> Sent from the ServiceMix - User forum at Nabble.com.
>>
>>
> 
> 
> -- 
> Cheers,
> Guillaume Nodet
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Confused-about-ws-notification-tf2247458.html#a6241299
Sent from the ServiceMix - User forum at Nabble.com.

Reply via email to