Closed byeze closed 3 years ago
Fixed by adding a docker volume pointing to a folder, and then, in that folder adding a elasticmq.conf
file with the following content:
include classpath("application.conf")
node-address {
protocol = http
host = "*"
port = 9324
context-path = ""
}
rest-sqs {
enabled = true
bind-port = 9324
bind-hostname = "0.0.0.0"
// Possible values: relaxed, strict
sqs-limits = strict
}
queues {
default {
defaultVisibilityTimeout = 10 seconds
delay = 5 seconds
receiveMessageWait = 0 seconds
},
test {
defaultVisibilityTimeout = 10 seconds
delay = 5 seconds
receiveMessageWait = 0 seconds
}
}
Hello!
I’m trying to set up the sqs queue but when initializing it, it shows the following logs:
No messages are being delivered to my clients. I’m running this using Docker compose with the following config: