Hi there,
I'm trying to use elasticmq to test an app. I could run and solve some problems but I'm stucked with creating the queues (it seems): I get AWS Error Message: AWS.SimpleQueueService.NonExistentQueue when I try to read from the queue. It seems that it should be created beforehand (which makes sense) but could not find how to do it. The readme shows just the general conf, is there a way to configure the queues there? Is that the best way to go? The RequestHandlerLogicModule is waiting to have a match for the queueName, but didn't find the creation part...
BTW I'm working with an existing java application that already uses sqs. It's build with maven and I want to redirect dev profile to use the local queue. I'm sure it's some small conf that I'm missing, just don't have a clue on what :S
Thanks!
Juan