Gregory Brail wrote:
Thanks for the encouragement.
I noticed that in the AMQP specification, in section 2.3.5, each frame
starts out with an eight-byte header:
type (octet)
empty (octet)
channel (short)
size (long)
The grammar in section 4.2.1 says the same thing, but refers to the
second octet as "cycle".
Correct - cycle was removed but we missed it in a few places in 0.8.
This has been corrected.
Regardless, it seems like the QPID Python code, at least, sends a
seven-byte frame header, and the little bit of Java code I read did the
same.
Has the spec changed, or is this something that should be addressed in
QPID?
Qpid thus implements without cycle bit
Regards
Carl.
greg