[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [xmlblaster] unsubscribe is not supported in clustering



Michael Atighetchi wrote:

I have a requirement for getting unsubscribe working in a clusting
environment. Looking over the ClusterManager.java and
RequestBroker.java, it seems like unSubscribe is not supported in the
current clustering framework.

How hard would it be to add support for this ?

Ups, this is missing.
Implementing it should be simple, just similar as 'forwardSubscribe()'
in the above two files.
Testing it with our testsuite in
 xmlBlaster/testsuite/src/java/org/xmlBlaster/test/cluster
will take some effort but is necessary as well.
Are willing to do it?

regards,

Marcel


Thanks Michael