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

where I set the queueUrl ? #21

Open T-DiegoF opened 3 years ago

T-DiegoF commented 3 years ago

Hi, I don't know where to put the values ​​of queueUrl, . await this.sqsService.send(/** name: */ 'queueName'

The name parameter has the name of the queue but theurl where I should put it?

viacheslav-shvets commented 2 years ago

Check out tests. It's pretty clear what's going on there: https://github.com/ssut/nestjs-sqs/blob/master/e2e/module.e2e-spec.ts