Hi, I'm looking at the description of the queue declaration argument x-qpid-maximum-message-size on https://cwiki.apache.org/qpid/qpid-extensions-to-amqp.html. It doesn't match how the Java broker interprets this argument.
The wiki page says that an alert is produced "if the queue gets above this size (in bytes)". However, the Java broker's behaviour is to alert if a single message exceeds this size. I have two concerns: 1. I think this sort of "formal" documentation should be checked in as docbook content, rather than using the relatively uncontrolled wiki. 2. Maybe the C++ broker is interpreting this argument differently to the Java broker, which would be a Bad Thing. Can anyone from the C++ community clarify? Thanks, Phil
