candrews / sqs-jms-ra

SQS JMS Resource Adapter
Apache License 2.0
10 stars 3 forks source link

App deployment/undeployment is slow #5

Open baztian opened 6 years ago

baztian commented 6 years ago

Deployment, undeployment as well as starting and stopping the app server is really slow. This is probably due to the use of amazon-sqs-java-messaging-lib. I used this lib with all sorts of problems. I then switched to "native" AWS Java SDK. I used a managed executor service for (long) polling. I had fast deployment cycles an no issues so far.

Would it be possible to use AWS SDK directly instead of the other lib? I would prefer to use sqs-jms-ra instead of hand crafting sqs connection for every project or having a direct dependency to a library.

candrews commented 6 years ago

This is probably due to the use of amazon-sqs-java-messaging-lib. I used this lib with all sorts of problems.

Why do you think that's the problem, and what were the problems you experienced? If you reported them, can you link to the issue(s)?

Would it be possible to use AWS SDK directly instead of the other lib?

What AWS SDK are you suggesting? Can you link to it, and if possible, give an example of how you're thinking of using it?

I would prefer to use sqs-jms-ra instead of hand crafting sqs connection for every project or having a direct dependency to a library.

I'd prefer that too :) Thanks for reporting these requests/issues.