Interface QueueServiceEndpointBuilderFactory.QueueServiceBuilders

    • Method Detail

      • azureQueue

        default QueueServiceEndpointBuilderFactory.QueueServiceEndpointBuilder azureQueue​(String path)
        Azure Storage Queue Service (Legacy) (camel-azure) Store and retrieve messages from Azure Storage Queue Service. Category: cloud,messaging Since: 2.19 Maven coordinates: org.apache.camel:camel-azure Syntax: azure-queue:containerAndQueueUri Path parameter: containerAndQueueUri (required) Container Queue compact Uri
        Parameters:
        path - containerAndQueueUri
      • azureQueue

        default QueueServiceEndpointBuilderFactory.QueueServiceEndpointBuilder azureQueue​(String componentName,
                                                                                          String path)
        Azure Storage Queue Service (Legacy) (camel-azure) Store and retrieve messages from Azure Storage Queue Service. Category: cloud,messaging Since: 2.19 Maven coordinates: org.apache.camel:camel-azure Syntax: azure-queue:containerAndQueueUri Path parameter: containerAndQueueUri (required) Container Queue compact Uri
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - containerAndQueueUri