Hi Folks, Does anybody know why I can't redirect from REST POST input to AMQ endpoint? As follows:
<rest path="/mypath"> <post id="myRoute" produces="text/plain" consumes="application/json" type="my.Class"> <to uri="amq:queue:MyProcessor" /> </post> </rest> Thanks, Steve