Details
Description
During investigation of https://github.com/apache/camel-quarkus/issues/4389 I found that aws2-sqs producer is not able to send messages to the queueu which was created as delayed.
Queue url should be initialized during the endpoint initialization phase. If queue does not exist in that time, the url stays empty for the whole life of the endpoint. Therefore majority of actions would fail.