Skip to content

Instantly share code, notes, and snippets.

@hishaamn
Created March 14, 2025 18:22
Show Gist options
  • Save hishaamn/0dc177591847283342025256b80e7b98 to your computer and use it in GitHub Desktop.
Save hishaamn/0dc177591847283342025256b80e7b98 to your computer and use it in GitHub Desktop.
<configuration xmlns:patch="http://www.sitecore.net/xmlconfig/">
<sitecore>
<pipelines>
<initialize>
<processor
type="FFB.Foundation.Backoffice.Pipelines.InitializeBuses,FFB.Foundation.Backoffice"
patch:instead="*[@type='Sitecore.Messaging.InitializeBuses, Sitecore.Messaging']"
resolve="true" />
</initialize>
</pipelines>
</sitecore>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment