You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HoussemNasri
changed the title
Create a separate RabbitMQ module for OpenPaaS communication
Create a separate Guice module for OpenPaaS communication
Oct 8, 2024
# If ommitted default to the channelPool defined by RabbitMQ.properties
rabbitmq.url=amqp(s)://(user:password)@rabbit01:5843/theVhost(,amqp(s)://rabbit02:5843)
# Take the user, password, ssl setting and vhost for the first URL
contact.exchange.name=contact:added
openpaas.admin.username=...
openpaas.admin.password=...
So we create a RabbitMQChannelPool annotated with @Named("openpaas") from the above config and we fallback for the distributed tmail backend to the standard RabbitMQChannelPool.
Description
We should have a separate Guice module for OpenPaaS communication to be able to inject custom RabbitMQ configuration that is specific to OpenPaas.
The text was updated successfully, but these errors were encountered: