An alternative you can go for is to switch the sender channel to a SOAP channel. It can behave similar to an HTTP channel if you check "Use No SOAP envelope".
Using a SOAP channel would allow you to change the QOS to EOIO and specify the queue name. Do note that using EOIO always comes with the drawback that if one message fails, it blocks the rest until it is resolved.