The RabbitMQ routing key for sending the outbox message
The outbox storage function for starting the message processing
Get the access token with admin permissions to include in the message
The database owner pool as this is independent of an environment
The optinal timeout in milliseconds after which the messaging should be considered as failure
A Gauge
metric with a name ax_messaging
.
Generated using TypeDoc
Creates a
Gauge
metric with the nameax_messaging
which can be added to a metric registry. This metric will have an integer value of the duration in seconds if the service can acquire a service account token, send a message, and afterwards receive it. Or a value of0
otherwise.