-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
I got the following error while running localstack as a container.
```
Error starting inf…
okkez updated
2 years ago
-
Calling `.start` on the `SQSRestServerBuilder` sometimes fails with the following exception:
```
javax.management.InstanceAlreadyExistsException: org.elasticmq:name=Queues
at com.sun.jmx.…
-
Expected:
---
GIVEN message persistence is enabled
AND a message moved to a dead letter queue is manually deleted
I EXPECT that a message deleted from the dead letter queue will not be restored a…
tecfu updated
2 years ago
-
When setting `node-address.context-path` to a non-empty value, calls to `SqsClient.sendMessage` stop working.
Issue disappears if `node-address.context-path = ""`
Calls to `SqsClient.getQueueUr…
-
When trying to publish to an elasticmq queue using the AWSSDK (.net Core), the call eventually times out and returns: 'nodename nor servname provided, or not known'. Any ideas what it is exactly askin…
-
failing to send message while sample code:
```
Error Invalid request: MissingQueryParamRejection(QueueName), MissingQueryParamRejection(QueueUrl): Invalid request: MissingQueryParamRejection(Queue…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
Tag Queues in SQS during Queue creation fails with error 400:
com.amazonaws.services.sqs.…
-
I'm using ElasticMQ (via docker image v1.3.3) and can't get the DLQ to work.
This is my `elasticmq.conf`:
```
include classpath("application.conf")
node-address {
protocol = http
hos…
-
We've been doing some nice SQS tests thanks to elasticMQ and were planning to use it for some load testing to understand throughput on our code, and while write results were very nice and definitely a…
-
Using the example config from README does not work with `new ElasticMQServerConfig(config)` due to missing config values! If these values are not required, `ElasticMQServerConfig` should handle missin…