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
and Host, port and queue are mandatory.
But if you want to use exchange, you need to have the routing key.
When I try this configuration, notification won't work DIUN_NOTIF_AMQP_HOST=rabbitmq_host DIUN_NOTIF_AMQP_PORT=rabbitmq_port DIUN_NOTIF_AMQP_USERNAME=username DIUN_NOTIF_AMQP_PASSWORD=password DIUN_NOTIF_AMQP_EXCHANGE=diun DIUN_NOTIF_AMQP_QUEUE=my_diun_queue
I try to change the "QUEUE" value with the routing key and it work DIUN_NOTIF_AMQP_HOST=rabbitmq_host DIUN_NOTIF_AMQP_PORT=rabbitmq_port DIUN_NOTIF_AMQP_USERNAME=username DIUN_NOTIF_AMQP_PASSWORD=password DIUN_NOTIF_AMQP_EXCHANGE=diun DIUN_NOTIF_AMQP_QUEUE=diun_routingkey
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
There is a problem is AMQP documentation :
if you use AMQP configuration you need to use exchange and a routing key.
If you follow the documentation you have this :
DIUN_NOTIF_AMQP_HOST DIUN_NOTIF_AMQP_PORT DIUN_NOTIF_AMQP_USERNAME DIUN_NOTIF_AMQP_USERNAMEFILE DIUN_NOTIF_AMQP_PASSWORD DIUN_NOTIF_AMQP_PASSWORDFILE DIUN_NOTIF_AMQP_EXCHANGE DIUN_NOTIF_AMQP_QUEUE
and Host, port and queue are mandatory.
But if you want to use exchange, you need to have the routing key.
When I try this configuration, notification won't work
DIUN_NOTIF_AMQP_HOST=rabbitmq_host DIUN_NOTIF_AMQP_PORT=rabbitmq_port DIUN_NOTIF_AMQP_USERNAME=username DIUN_NOTIF_AMQP_PASSWORD=password DIUN_NOTIF_AMQP_EXCHANGE=diun DIUN_NOTIF_AMQP_QUEUE=my_diun_queue
I try to change the "QUEUE" value with the routing key and it work
DIUN_NOTIF_AMQP_HOST=rabbitmq_host DIUN_NOTIF_AMQP_PORT=rabbitmq_port DIUN_NOTIF_AMQP_USERNAME=username DIUN_NOTIF_AMQP_PASSWORD=password DIUN_NOTIF_AMQP_EXCHANGE=diun DIUN_NOTIF_AMQP_QUEUE=diun_routingkey
Thanks
I love Diun. Great Job
Have a nice day
Beta Was this translation helpful? Give feedback.
All reactions