{{template "header.html" .}} {{$g := .GraphOptions}} {{$gts := .GlobalTopicStats}}
Topic: {{.Topic}}
See Lookup for more information.
Messages will queue at the topic until a channel is created.
Channel | Depth | Memory + Disk | In-Flight | Deferred | Requeued | Timed Out | Messages | {{if $g.Enabled}}Rate | {{end}}Connections |
---|---|---|---|---|---|---|---|---|---|
{{$c.ChannelName}} {{if $c.Paused}}paused{{end}} |
{{if $g.Enabled}} |
{{$c.MemoryDepth | commafy}} + {{$c.BackendDepth | commafy}} | {{$c.InFlightCount | commafy}} | {{$c.DeferredCount | commafy}} | {{$c.RequeueCount | commafy}} | {{$c.TimeoutCount | commafy}} | {{$c.MessageCount | commafy}} | {{if $g.Enabled}}{{end}} |
{{if $g.Enabled}} |