Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 3 additions & 19 deletions server/conf.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Configuration for fedora-messaging
amqp_url = "amqps://fedora:@rabbitmq.fedoraproject.org/%2Fpublic_pubsub"
amqp_url = "amqps://logdetective-packit:@rabbitmq.fedoraproject.org/%2Fpubsub"
Comment thread
jpodivin marked this conversation as resolved.
callback = "fedora_messaging.example:printer"
passive_declares = false
passive_declares = true
publish_exchange = "amq.topic"
topic_prefix = ""
topic_prefix = "org.fedoraproject.prod"

[tls]
ca_cert = "/etc/fedora-messaging/cacert.pem"
Expand All @@ -22,22 +22,6 @@ durable = true
auto_delete = false
arguments = {}

[queues.197dc06b-3ae6-435a-93dc-baad4e39cda2]
durable = true
auto_delete = false
exclusive = true
arguments = {}

# Note the double brackets below. To add another binding, add another
# [[bindings]] section. To use multiple routing keys, just expand the list here.
[[bindings]]
queue = "197dc06b-3ae6-435a-93dc-baad4e39cda2"
exchange = "amq.topic"
routing_keys = ["logdetective.#"]

[consumer_config]
example_key = "for my consumer"

[qos]
prefetch_size = 0
prefetch_count = 25
Expand Down