notification.toml 742 B

1234567891011121314151617
  1. [notification.log]
  2. # this is only for debugging purpose and does not work with "weed filer.replicate"
  3. enabled = false
  4. [notification.gocdk_pub_sub]
  5. # The Go Cloud Development Kit (https://gocloud.dev).
  6. # PubSub API (https://godoc.org/gocloud.dev/pubsub).
  7. # Supports AWS SNS/SQS, Azure Service Bus, Google PubSub, NATS and RabbitMQ.
  8. enabled = true
  9. # This URL will Dial the RabbitMQ server at the URL in the environment
  10. # variable RABBIT_SERVER_URL and open the exchange "myexchange".
  11. # The exchange must have already been created by some other means, like
  12. # the RabbitMQ management plugin. Сreate myexchange of type fanout and myqueue then
  13. # create binding myexchange => myqueue
  14. topic_url = "rabbit://swexchange"
  15. sub_url = "rabbit://swqueue"