FreeBSD Manual Pages
AnyMQ::Topic::Trait::WUseraContributed PerlAnyMQ::Topic::Trait::WithBacklog(3) NAME AnyMQ::Topic::Trait::WithBacklog - AnyMQ topic trait for backlog behaviour SYNOPSIS my $bus = AnyMQ->new; my $channel = AnyMQ::Topic->new_with_trait (traits => ['WithBacklog'], backlog_length => 30, bus => $bus); my $client = AnyMQ->new_listener($channel); DESCRIPTION The topic trait for AnyMQ provides backlog to a topic. newly subscribed listeners (an <AnyMQ::Queue> object) will received the last "backlog_length" messages published to the topic. ATTRIBUTES backlog_length How many messages are to be kept for the topic. SEE ALSO AnyMQ AnyMQ::Topic perl v5.32.0 2013-02-1AnyMQ::Topic::Trait::WithBacklog(3)
NAME | SYNOPSIS | DESCRIPTION | ATTRIBUTES | SEE ALSO
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=AnyMQ::Topic::Trait::WithBacklog&sektion=3&manpath=FreeBSD+12.2-RELEASE+and+Ports>