jamesnetherton commented on issue #3713: URL: https://github.com/apache/camel-quarkus/issues/3713#issuecomment-1094705914
The list queues API request is invalid as there's no value for the `include` query param: ``` http://localhost:49242/devstoreaccount1?comp=list&include= ``` You need to set header `QueueConstants.QUEUES_SEGMENT_OPTIONS` with a simple value of `new QueuesSegmentOptions()` should be enough. Arguably it's a bug in the Azure SDK or the Camel component that allows the empty segment options. So we could look to improve things here. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org