FederationQueueInfo
FederationQueueInfo
Provides insights into details of a specific queue in the flows. For example Global Manager to Local Manager flow, there is a queue on the Global Manager for sending and a queue on Local Manager for receiving.
JSON Example
{
"current_size": 0,
"max_size": 0,
"name": "string",
"namespace": "string",
"type": "string"
}
integer As int64
As int64
current_size
Optional
Number of messages in the queue
integer As int64
As int64
max_size
Optional
Maixmum capacity of the queue
string
name
Optional
Queue name
string
namespace
Optional
Every persistent queue has name and namespace. For more debugging like dumping queue, namespace is needed.
string
type
Optional
Queue type - sender or receiver side
Possible values are :
TRANSMITTER,
RECEIVER,