Phillip Manjian
Phillip Manjian
Also, I have the same issue too
2.2.6.RELEASE working fine, when I upgraded to the latest version '2.4.2' sending a message within SQS is working but is not getting consumed. The listener method is not invoked, my...
Thank you, I tried your sample, and in the fact, my Implementation is very simple, just send and receive a message within SQS, only the changes which I have done...
after upgrade, sending a message via sqs is working, but not consumed to the listener, I don't think it's related to AWS permission because the older version working fine and...
the only major change is I replaced this he EnableSqs annotation with my own bean @Bean public AmazonSQSAsync amazonSQSAsync(){ return AmazonSQSAsyncClientBuilder.standard().withRegion(Regions.US_EAST_1).build(); }
I figure out something if I added @EnableSqs " which is deprecated" the latest lib 2.4.2 start work, otherwise, if I remove the EnableSqs , the code not consuming to...
Thank you, the issue has been fixed, the problem was related to autoconfiguration dependency
nop, this is a separate issue, but I believe is the same reason