if (!
($filter & Caster::EXCLUDE_VERBOSE
)) { $a +=
[$prefix.'body' =>
$c->
getBody()];
} $a +=
[ $prefix.'delivery_tag' =>
$c->
getDeliveryTag(),
$prefix.'is_redelivery' =>
$c->
isRedelivery(),
$prefix.'exchange_name' =>
$c->
getExchangeName(),
$prefix.'routing_key' =>
$c->
getRoutingKey(),
$prefix.'content_type' =>
$c->
getContentType(),
$prefix.'content_encoding' =>
$c->
getContentEncoding(),
$prefix.'headers' =>
$c->
getHeaders(),
$prefix.'delivery_mode' =>
$deliveryMode,
$prefix.'priority' =>
$c->
getPriority(),
$prefix.'correlation_id' =>
$c->
getCorrelationId(),
$prefix.'reply_to' =>
$c->
getReplyTo(),
$prefix.'expiration' =>
$c->
getExpiration(),
$prefix.'message_id' =>
$c->
getMessageId(),
$prefix.'timestamp' =>
$c->
getTimeStamp(),
$prefix.'type' =>
$c->
getType(),
$prefix.'user_id' =>
$c->
getUserId(),
$prefix.'app_id' =>
$c->
getAppId(),
];