linagora / tmail-backend

GNU Affero General Public License v3.0
41 stars 22 forks source link

OpenPaasContactsCollection: Make the "contacts:contact:add" exchange configurable #1280

Open HoussemNasri opened 4 days ago

HoussemNasri commented 4 days ago

The exchange name is currently hardcoded in the code. If OpenPaas decides to use a different name in the future, we will need to modify the code and redeploy a new version with the updated exchange name, which is not ideal.

To address this issue, we need to add a configuration option in the openpass.properties file to allow users to configure the exchange name.

Refs https://github.com/linagora/tmail-backend/pull/1261

chibenwa commented 2 days ago

Low priority