Assuming I understand the problem: there is currently no way to supply
header data.
It is possible to supply that information in the payload though.
However, you need access to the actual queue name... which was not
accessible via the swf. I implemented a method to obtain that queue
name. In a hackish way, I implemented a call from the javascript
client to set the queue property of the auto Queue object to the
actual queue name.
So, once your queue is declared, you can say q.queue =
MQ.dispatch("getAutoQueueName");
I really need to implement a onDeclare callback and properly handle
it. But this short term work around might keep you going.
--Dan