{{template "header.html" .}} {{$g := .GraphOptions}}
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 | 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}} |