KB Article #163587
InlineProcessor persistance across messages
Problem
-- Do InlineProcessor instances persist for multiple messages or is are they instantiated for each message?
Resolution
* A new instance of the inlineproccessor is created each time a message is processed with it.
All instance variables will be reinitialized for each message.