Hello,
I'm thinking of adding a new rabbitmq parameter to define the amqp
connection url e,g, modparam("rabbitmq", "url",
"amqp://kamailio:kamailio@localhost:5672/%2Fkamailio"). This obsoletes the
current user/password/host/vhost/port parameters. While doing this, I'm
thinking of removing those obsolete parameters.
Is it ok to do this removal(and simplify the code) or should I keep them
while adding the new url parameter (and override the values of obsolete
parameters only when url is set)?
Thank you,
Stefan