{
BBDecoder decoder = new BBDecoder();
decoder.init(buf);
long arrivalTime = decoder.readInt64();
int bodySize = decoder.readInt32();
int headerCount = decoder.readInt32();
DeliveryProperties deliveryProperties = null;
MessageProperties messageProperties = null;
List<Struct> otherProps = null;