This content has been marked as final.
Show 1 reply
-
1. Re: ProducerRegistrationRequirementsImpl listener
claprun Nov 28, 2006 2:29 AM (in response to julien1)It's actually used by the RegistrationManager to be aware of changes made to the registration configuration of the producer since we need to invalidate the Registrations when registration properties are changed. I wanted to avoid having to couple RegistrationManager and ProducerRegistrationRequirements so I thought I could use a listener mechanism. Have to admit I didn't think of the cluster issue.