- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for deliveryMode (0.06 sec)
-
internal/event/target/amqp.go
URL amqp091.URI `json:"url"` Exchange string `json:"exchange"` RoutingKey string `json:"routingKey"` ExchangeType string `json:"exchangeType"` DeliveryMode uint8 `json:"deliveryMode"` Mandatory bool `json:"mandatory"` Immediate bool `json:"immediate"` Durable bool `json:"durable"` Internal bool `json:"internal"`
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Thu Aug 21 04:25:07 UTC 2025 - 10K bytes - Viewed (0) -
internal/config/notify/parse.go
RoutingKey: env.Get(routingKeyEnv, kv.Get(target.AmqpRoutingKey)), ExchangeType: env.Get(exchangeTypeEnv, kv.Get(target.AmqpExchangeType)), DeliveryMode: uint8(deliveryMode), Mandatory: env.Get(mandatoryEnv, kv.Get(target.AmqpMandatory)) == config.EnableOn, Immediate: env.Get(immediateEnv, kv.Get(target.AmqpImmediate)) == config.EnableOn,
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 47.5K bytes - Viewed (0) -
internal/config/notify/legacy.go
Value: cfg.RoutingKey, }, config.KV{ Key: target.AmqpExchangeType, Value: cfg.ExchangeType, }, config.KV{ Key: target.AmqpDeliveryMode, Value: strconv.Itoa(int(cfg.DeliveryMode)), }, config.KV{ Key: target.AmqpMandatory, Value: config.FormatBool(cfg.Mandatory), }, config.KV{ Key: target.AmqpInternal, Value: config.FormatBool(cfg.Immediate), },Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Sun Apr 27 04:30:57 UTC 2025 - 13.3K bytes - Viewed (0)