Re: Send Event Notifications on External AMQP

2025-01-19 Thread Vivek Kumar
It’s been resolved by the link which Midhun has shared..! Thanks everyone From: pavan aravapalli Date: Monday, 20 January 2025 at 11:15 AM To: users@cloudstack.apache.org Subject: Re: Send Event Notifications on External AMQP Hi, is your management node enabled with trace logs. Thanks

Re: Send Event Notifications on External AMQP

2025-01-19 Thread pavan aravapalli
Hi, is your management node enabled with trace logs. Thanks & Regards, Pavan. On Sun, 12 Jan 2025 at 15:42, Vivek Kumar wrote: > Hello, > > I have enabled Event Notification to be sent to external RabbitMQ by > following the below document - > https://docs.cloudstack.apache.org/en/latest/adm

Re: Send Event Notifications on External AMQP

2025-01-13 Thread Vivek Kumar
: Re: Send Event Notifications on External AMQP Hey Vivek, If you are facing this on latest cloudstack release 4.20.0 below link will help you https://github.com/apache/cloudstack/issues/10117#issuecomment-2551213379 Best Regards, Midhun On Sun, Jan 12, 2025 at 10:46 PM Simon Weller wrote

Re: Send Event Notifications on External AMQP

2025-01-12 Thread Midhun Jose
Hey Vivek, If you are facing this on latest cloudstack release 4.20.0 below link will help you https://github.com/apache/cloudstack/issues/10117#issuecomment-2551213379 Best Regards, Midhun On Sun, Jan 12, 2025 at 10:46 PM Simon Weller wrote: > Hey Vivek, > > Are you using loopback ip on you

Re: Send Event Notifications on External AMQP

2025-01-12 Thread Simon Weller
Hey Vivek, Are you using loopback ip on your management server, or an actual routable ip? Cloudstack originates the traffic from the MGMT server ip, so if your rabbitmq instance is on another server, or is not listening on the same loopback, you'll need to change the MGMT server ip to an RFC1918.

Send Event Notifications on External AMQP

2025-01-12 Thread Vivek Kumar
Hello, I have enabled Event Notification to be sent to external RabbitMQ by following the below document - https://docs.cloudstack.apache.org/en/latest/adminguide/events.html. I can see that beans (RabbitMQEventBus) are loaded in the management server logs but event are not being pushed to Rabb