Steve Huston wrote:
Hi Carl,
At a high level, there are basically three ways to do this...
1. Combine the portable and store-specific code into
plug-ins, one per
store. Hope that there's only one there when the broker starts.
I like this option.
Ok... What if there are multiple store plugins loaded? Is it
reasonable to document "don't do that" to avoid this potential issue?
We should probably make it not possible to load two stores. I can help
do that when you get there. I.e.
if two module supply a store that there is a startup Error, and the
process does not start or something like that
Carl.