Each different component of Qpid may have different limitations. As far as the Java Broker goes (and the Java AMQP 0-8/0-9/0-9-1/0-10 client - since they share a common underlying library) the theoretical message size limit is 2GB. By default the Java Broker rejects messages over 500MB in size, but this is just a configuration parameter. I know we've had people write systems that frequently sent persistent messages in the 5-20 MB range. I'll let others speak to any limitations in other Qpid components.
-- Rob On 25 February 2016 at 23:13, Flores, Paul A. <[email protected]> wrote: > At a client site working on the adoption of QPID. > > > > The question that has been asked is if QPID can handle messages in the 10 > MB size range. > > > > Is there a documented message size limit anywhere? Is the size system > resource dependent? > > > > Thanks for your inputs it is welcomed and appreciated. > > > > Paul >
