Admiral-Piett / goaws

AWS (SQS/SNS) Clone for Development testing
MIT License
778 stars 145 forks source link

support for SQS queue name via endpoint? #170

Closed ngelsevier closed 6 years ago

ngelsevier commented 6 years ago

Hi

I use org.springframework.cloud.aws.messaging.listener.annotation.SqsListener to listen to SQS queue which means I need a queue url provided by AWS to allow sqsListener to connect to.

I suspect goaws doesn't support queue url but I'd like to have it confirmed by the developers here? If the answer is no, is there any plan in the future to support it ?

thanks

ngelsevier commented 6 years ago

ignore this