#Controller function overloading

2 messages · Page 1 of 1 (latest)

final musk
#

Is it possible to create a message pattern, and provide more than one transporter? e.g. (using the same message pattern for both RabbitMQ and Google PubSub)

timid niche
#

Yes, that is actually the default implementation. If you don't specify the transport in the second parameter of the @MessagePattern(pattern, transport) decorator, it will be bound to all microservice transports connected to the app.