I've been trying to get multiple mime plugins in a slave node to
work. I can get the plugins working fine in isolation, both
PublishLenChecker and PublishRateLimiter work. However, after
specifying both in a xmlblaster.properties file via
MimePublishPlugin[PublishRateLimiter][1.0]=com.bbn.quo.foo.PublishRateLimiter,MAX_RATE_MPH=30
MimePublishPlugin[PublishLenChecker][1.0]=com.bbn.quo.foo.PublishLenChecker,DEFAULT_MAX_LEN=46000
both plugins seem to be getting initialized (even with the correct
variables), but only PublishLenChecker seems to be getting its intercept() method
called.
How can I activate both plugins at the same time ?