[feature] Introduce transmit()
method which has similar to
send()
method arguments, except that the subject message is always
put into the queue; in the cases, where queue is full, the most
outdated message is silently replaced.
[feature] Add ROTOR_LIGHT_QUEUE_SZ
build option, which allows
to measure maximum amount of messages in queue; mostly useful during
development