Hi, On 06.08.2010, at 20:00, Joel Schuster wrote:
> Is there a way to get to the m_subscribersByName within the > EventAdminSubscriberHandler? > > I'd like to modify the filter of an IPojo Event Handler based subscriber > after an instance is up and running programmatically. > > Is there any way to do that? No, I think you will have to modify the event admin handler to achieve that. However, instance configuration can customize their topics and filters with: event.topics : overrides topics attribute, available for both subscribers and publishers configuration event.filter : overrides filter attribute, available for subscribers configuration only. Regards, Clement > > - Joel

