I'm creating the messages using the C++-API v0.28 (v0.30 respectively); at first, the content was a variant map (containing some metadata as well as the actual content which is a JSON string); I moved the metadata to message properties (it belongs there anyway...) & stored the JSON as text/plain; this did not change the behaviour.
I will try to create a minimal (non-) working example that does not contain customer data; we have been using the application for a while now without said error; the messages in question are the first ones that go beyond 10-15 lines of JSON for payload (but even so don't usually reach 2kb (just saw that I had a typo in my original post...) in size. 2015-01-28 19:39 GMT+01:00 Chuck Rolke <[email protected]>: > It looks like the C++ broker from the trap address > qpid-0.28/cpp/src/qpid/messaging/amqp/ConnectionContext.cpp:717 > > What client are you using to generate the messages? > > ----- Original Message ----- > > From: "Gordon Sim" <[email protected]> > > To: [email protected] > > Sent: Wednesday, January 28, 2015 1:13:31 PM > > Subject: Re: Framing error /w qpid 0.28 > > > > On 01/28/2015 04:36 PM, Daniel Wenske wrote: > > > Hi again, > > > > > > I just removed qpid 0.28 and replaced it with 0.30; the error persists. > > > Furthermore, in the last mail I forgot to say that I am using AMQP 1.0. > > > > What broker are you using? > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
