Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
次のパラメーターを持つ qpid キューがあります: bus-sync-queue --durable --file-size=48 --file-count=64
このキューに1 000 000メッセージを入れたいです。各メッセージは、 12文字の単なる文字列です。(002000333222、002000342678 など)。すべてのメッセージをキューに入れるには、config --file-size= X --file-count= Yにどの値を設定する必要がありますか?
単一の永続メッセージにはかなりのオーバーヘッドがあります。1 つのメッセージが少なくとも 128 バイトのストレージを必要とする場合です。未確認メッセージの予想数を減らすか、別のアプローチを使用して、設計を再考する必要があります。