i've problem with Amazon SQS Mediator in wso2 ESB.
How can I sendMessage with messageAttributes ?
I've tried with
<attributes>Name=andrea&Type=String&Value=234</attributes>
and with
<messageAttributes>Name=andrea&Type=String&Value=234</messageAttributes>
but not work
Thanks very much for help