The Rabbitmq log does not record the classical queue creation. In other words, you can not see the classic queue creation information from the Rabbitmq log.
But it records the quorum queue creation.
Resolution
In the following log, we can see the quorum queue called qq1 is created.
2025-02-0707:54:50.015167+00:00 [info] <0.729.0> queue 'qq1' in vhost '/': delivery_limit not set, defaulting to 20
2025-02-0707:54:50.027147+00:00 [notice] <0.734.0> queue 'qq1' in vhost '/': candidate -> leader in term:1 machine version:5
2025-02-0707:54:50.027372+00:00 [info] <0.729.0> ra: started cluster %2F_qq1 with 1 servers
2025-02-0707:54:50.027372+00:00 [info] <0.729.0> 0 servers failed to start: []