Post Upgrade to 4.20.0.0 Messages are not getting Published to AMQP server. The Configuration was working fine for 4.19.1.3
Rabbit MQ server is configured as per documentation
https://docs.cloudstack.apache.org/en/latest/adminguide/events.html#amqp-configuration
I can see successful connections to RabbitMQ server, However Event Messages are not getting delivered to RabbitMQ server
Logs only below warning is printed
2024-12-17 17:11:29,345 DEBUG [o.a.c.f.j.i.AsyncJobManagerImpl$5] (Work-Job-Executor-3:[ctx-c572a287, job-5493/job-5494]) (logid:85a9626c) Done executing com.cloud.vm.VmWorkStart for job-5494
2024-12-17 17:11:29,346 INFO [o.a.c.f.j.i.AsyncJobMonitor] (Work-Job-Executor-3:[ctx-c572a287, job-5493/job-5494]) (logid:85a9626c) Remove job-5494 from job monitoring
2024-12-17 17:11:29,357 WARN [o.a.c.m.w.WebhookServiceImpl] (API-Job-Executor-4:[ctx-8ec9aabd, job-5493, ctx-0af47dea]) (logid:85a9626c) Skipping delivering event [ID: null, description: {"details":"Vm Id: 2fba756b-5c49-4f83-8a8a-df58c100356e","event":"VM.START","status":"Completed"}] to any webhook as account ID is missing
2024-12-17 17:11:29,357 WARN [o.a.c.f.e.EventDistributorImpl] (API-Job-Executor-4:[ctx-8ec9aabd, job-5493, ctx-0af47dea]) (logid:85a9626c) Failed to publish event [category: ActionEvent, type: VM.START] on bus webhookEventBus
Event Messages are not getting delivered to RabbitMQ server