Home...Community PluginsPubSubPluginOn this pagePubSubPlugin@vendure-community/pub-sub-pluginSource This plugin uses Google Cloud Pub/Sub to implement a job queue strategy for Vendure. Installation Note: To use this plugin, you need to manually install the @google-cloud/pubsub package: npmpnpmyarnbunnpm install @google-cloud/pubsub@^4.11.0 Signatureclass PubSubPlugin { init(options: PubSubOptions) => Type<PubSubPlugin>;} initmethod(options: PubSubOptions) => Type<PubSubPlugin>Was this chapter helpful?It was helpfulIt wasn't helpfulReport IssuePreviousMolliePluginOptionsNextPubSubJobQueueStrategyEdited Apr 1, 2026·Edit this page