Unable to use ElasticMQ with Camel

I was trying to mock SQS using ElasticMQ in a camel route which is meant to send some data to an SQS queue. I pointed camel to use ElasticMQ server but whenever I try to send a message it throws an SQS exception saying invalid security token. I tried passing ‘X’ and ‘X’ assuming it to be dafaults but didn’t worked.

Hi @Tardis, which versions of ElasticMQ and AWS SDK are you using? Can you share the code that throws an exception?