ModeShape's current change bus implementation should be made more performant by changing queue.poll() with queue.take() when dispatching events to each listener.
Horia Chiorean <hchiorea> made a comment on jira MODE-2024 Changed RepositoryChangeBus to use {{queue.take()}} instead of {{poll()}} and simplified internal thread creation so that fewer threads are spawned.
Randall Hauch <rhauch> made a comment on jira MODE-2024 Rebased and merged into the 'master' branch. Leaving open until it is cherry-picked into 3.3.x.
https://github.com/jboss-integration/modeshape/commit/0fd4175c88d3aef1f78fb984d9cac6ae42f95d0b
Randall Hauch <rhauch> updated the status of jira MODE-2024 to Closed
Assuming this will be verified before GA - setting to requires_doc_text- accordingly.