feat: publish events over amqp
Signed-off-by: Zomatree <me@zomatree.live>
This commit is contained in:
@@ -34,6 +34,7 @@ default_exchange = "revolt.default"
|
||||
|
||||
[rabbit.queues]
|
||||
acks = "internal.ack"
|
||||
events = "internal.event"
|
||||
|
||||
[api]
|
||||
|
||||
|
||||
@@ -125,6 +125,7 @@ pub struct Database {
|
||||
#[derive(Deserialize, Debug, Clone)]
|
||||
pub struct RabbitQueues {
|
||||
pub acks: String,
|
||||
pub events: String,
|
||||
}
|
||||
|
||||
#[derive(Deserialize, Debug, Clone)]
|
||||
|
||||
Reference in New Issue
Block a user