message broker should allow for throttling the maximum rate of messages submitted to a specific queue
I dont' think this is possible using the current protocol as there is no way to "push back" from messages going into a queue to the producer connection/session sending the messages, due to the exchange routing abstraction in the middle. This feature is mooted for AMQP 1.0
Only need session/connection level flow control for now closing