Relative Content

Tag Archive for javaspringspring-bootrabbitmqspring-data

Why can’t I send messages to gmail in Java Spring via rabbitmq? Where am I going wrong?

I’m building a small project in spring, where I need to send the default password set by the superadmin to the admin’s gmail address (I want to do it via rabbitmg, let me know if you have any other tips). I’m using rabbitmq here, but after the message in the sent queue is unacked (localhost:15672 I can see this too), it is deleted instantly and even if the message reaches consumer, it is not sent to that gmail address. What do you think is the reason?