tmnuwan12

Results 8 comments of tmnuwan12

I look at how existing code works. I need some help where to look for when listening to the queue and how CompositeMessageConverter is applied on listeners. Went through the...

It would be nice if you can write some doc about it share. Great take away from this effort can be applied to elsewhere in other projects in the industry...

https://github.com/spring-cloud/spring-cloud-aws/issues/78#issuecomment-129043213 With the above inspiration you can write your custom resolver. Please see the below class: ``` public class DynamicFifoQueueUrlDestinationResolver extends DynamicQueueUrlDestinationResolver { private AmazonSQSAsync fifoSQS; private boolean autoCreate; private...

It would be great if Spring boot can provide this out of the box.

https://github.com/spring-cloud/spring-cloud-aws/issues/375 Possible workaround. But this should a well needed feature. Especially when you are using FIFO Queues..

@acidfilez Yes. This works. Thank a lot.

I am also running multiple instances. But just wondering how can you have multiple exports [apns] & [apns1] and refer to them from the app?

You mean for proto="apns1" or proto="apns2" when you subscribe? Thanks.