#Fedify now has an #AMQP driver! This means you can use #RabbitMQ as Fedify's message queue. To use it, first install the @fedify/amqp package, then set it up like below:

import { createFederation } from "@fedify/fedify";
import { AmqpMessageQueue } from "@fedify/amqp";
import { connect } from "amqplib";

const federation = createFederation({
  queue: new AmqpMessageQueue(await connect("amqp://localhost")),
  // ... other configurations
});

Oh, and we've also added results from AmqpMessageQueue to our benchmarks.

#fedidev

フォロー

FedifyにAMQPドライバができました!つまり、RabbitMQをFedifyのメッセージキューとして使用できる様に成りました。

あ、ベンチマークにもAmqpMessageQueueの結果が追加されました。

github.com/dahlia/fedify-amqp
QT: hollo.social/@fedify/01928ab4-
[参照]

Fedify: an ActivityPub server framework  
#Fedify now has an #AMQP driver! This means you can use #RabbitMQ as Fedify's message queue. To use it, first install the @fedify/amqp package, the...
ログインして会話に参加
Fedibird

様々な目的に使える、日本の汎用マストドンサーバーです。安定した利用環境と、多数の独自機能を提供しています。