Implement a custom event bridge
An example for implementing a own custom event bridge will be available in the next time.
In the meanwile, you can have a look into the @purista/amqpbridge
package.
Basically, you need to create a class, which extends the EventBridgeBaseClass
.
export class MyBridge extends EventBridgeBaseClass<MyConfig> implements EventBridge
}
You can follow updated on Twitter @purista_js or join the Discord server to get in touch with PURISTA maintainers and other developers.