In This Example, I have loaded same Application on Two different container.

both use same submodule Ids, Same event name, and both App are work independently without affecting other.

both module use separate EventBus. So triggering the same event will affect each other.

See this example, without custom eventBus and how signal from one App/module affect other App/module