Implementing separate subscription manager from event source in Savan
---------------------------------------------------------------------
Key: AXIS2C-615
URL: https://issues.apache.org/jira/browse/AXIS2C-615
Project: Axis2-C
Issue Type: New Feature
Reporter: Damitha Kumarage
According to the ws eventing specification The event source should be able to
delegate the
subscription handling to another subscription managing web service. But the
current Savan
implementation have not implemented this. So I started and implemented it. The
approach
I used is to add an parameter in savan module.xml
<parameter name="SubscriptionMgrName" >subscription</parameter>
<parameter name="SubscriptionMgrURL"
locked="xsd:false">http://localhost:9090/axis2/services/subscription</parameter>
Using the first parameter I get the subscription manager service from the conf
and use
the subscriber list from that service.
The second parameter is the new subscription manager url sent to the subscriber.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]