Hi all, Before generating an expensive message and placing it on the queue, I would like to know whether this message will fit onto that queue before going to the trouble.
Is there an API call in proton with amqp 1.0 where you can check whether a message of a given size will be accepted on a queue, and if not whether this is a temporary condition (queue is full, try later) or a permanent one (queue doesn’t accept messages that big, don’t bother retrying because it won’t ever work)? Regards, Graham — --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
