vijayrcse
vijayrcse
Hi I am using the following plugin for the code generation for my openAPI spec 3.0 io.swagger.codegen.v3 swagger-codegen-maven-plugin In the plugin configuration i have set the following property to true...
**Type**: Bug **Component**: SQS **Describe the bug** I have @SqsListener configured in one of the method of my spring @Service class. I am using version of spring-cloud-aws-messaging 2.2.6.RELEASE At times...
I am using Spring Cloud SQS( spring-cloud-starter-aws-messaging ) in my application My listener method is annotated as below. But i see that sometimes, the listener is becoming stale or stopped...
I am developing a spring boot app and created a keystore file using pyJKS I used a certificate, certificate_chain & private key The keystore.jks file is generated successfully. But when...
**Type**: Feature **Is your feature request related to a problem? Please describe.** We have a use case where our message size is larger than 254kb. is there a support in...