Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Name

Type

Description

C++

Java

Notes

producerCount

hilo32

Current producers on exchange

  N  

N

How is this supposed to be calculated? RGem: This is not actually implemented on the C++ broker either

bindingCount

hilo32

Current bindings

 

Y

 

msgReceives

count64

Total messages received

 

Y

 

msgDrops

count64

Total messages dropped (no matching key)

 

Y

 

msgRoutes

count64

Total routed messages

 

Y

 

byteReceives

count64

Total bytes received

 

Y

 

byteDrops

count64

Total bytes dropped (no matching key)

 

Y

 

byteRoutes

count64

Total routed bytes

 

Y

 

...