We are looking for moving our solutions to start using AWS Simple Queue Service instead of Rabbit MQ.
Now we are using JMS to connect to our queues using a .bindings file to configure the jndi context to connect.
Is it possible to use a .bindings file to configure the connection to AWS Simple Queue Service configuring the region, using a profile as parameters, all configured inside the .bindings file?
If yes do you have any example on how to do that?