You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using your sqsd in combination with adamw/elasticmq.
In order for this SQS Fake to work with sqsd, I need to set a fake region. In this case, I use elasticmq as the region.
As of this, I keep getting the following exception:
Caught: java.lang.IllegalArgumentException: Cannot create enum from elasticmq value!
java.lang.IllegalArgumentException: Cannot create enum from elasticmq value!
at com.amazonaws.regions.Regions.fromName(Regions.java:73)
at sqsd.run(sqsd.groovy:49)
If I take a real Region, it will not work with my queue URL, which is http://aws_sqs:9324/queue/worker.
Any Idea on how I can setup sqsd for this scenario?
The text was updated successfully, but these errors were encountered:
Hello,
I am using your
sqsd
in combination with adamw/elasticmq.In order for this SQS Fake to work with
sqsd
, I need to set a fake region. In this case, I useelasticmq
as the region.As of this, I keep getting the following exception:
If I take a real Region, it will not work with my queue URL, which is
http://aws_sqs:9324/queue/worker
.Any Idea on how I can setup
sqsd
for this scenario?The text was updated successfully, but these errors were encountered: