ssut / nestjs-sqs

A project to make SQS easier to use within NestJS, with decorator-based handling and seamless NestJS-way integration.
MIT License
215 stars 53 forks source link

Microservice example #23

Open neumartin opened 3 years ago

neumartin commented 3 years ago

Hi!

Can someone provide an example of use in controller -> microservice? Thanks!

cberiganTAG commented 2 years ago

It's not meant to use microservice pattern.

pratiksyngenta commented 2 years ago

Does that mean- if we implement and deploy producer and consumer separately (diff services / micro-services) will it work or not?