naveen-rd

Results 2 comments of naveen-rd
trafficstars

Hey @JaidenAshmore , Thanks for sharing this approach. I will try this out and update here.

I tried this approach and looks like, using more than QueueListener in a method is not allowed using your library. ``` @QueueListener(value = "${foo.sqs.queue.canary.url}", id="canary-queue") @QueueListener(value = "${bar.sqs.queue.url}", id="prod-queue") public...