You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/09/04 07:19:04 UTC

[camel] 01/03: CAMEL-15499 - camel-azure-storage-queue: wrong syntax in the component json

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit c5d13a4010334b7d77005c554a9921db8bcc405f
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Sep 4 08:36:33 2020 +0200

    CAMEL-15499 - camel-azure-storage-queue: wrong syntax in the component json
---
 .../org/apache/camel/component/azure/storage/queue/QueueEndpoint.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-azure-storage-queue/src/main/java/org/apache/camel/component/azure/storage/queue/QueueEndpoint.java b/components/camel-azure-storage-queue/src/main/java/org/apache/camel/component/azure/storage/queue/QueueEndpoint.java
index 08cf1f9..525ae03 100644
--- a/components/camel-azure-storage-queue/src/main/java/org/apache/camel/component/azure/storage/queue/QueueEndpoint.java
+++ b/components/camel-azure-storage-queue/src/main/java/org/apache/camel/component/azure/storage/queue/QueueEndpoint.java
@@ -36,7 +36,7 @@ import org.apache.camel.util.ObjectHelper;
  * Azure SDK v12.
  */
 @UriEndpoint(firstVersion = "3.3.0", scheme = "azure-storage-queue", title = "Azure Storage Queue Service",
-             syntax = "azure-storage-queue:queueName", category = { Category.CLOUD, Category.MESSAGING })
+             syntax = "azure-storage-queue:accountName/queueName", category = { Category.CLOUD, Category.MESSAGING })
 public class QueueEndpoint extends DefaultEndpoint {
 
     private QueueServiceClient queueServiceClient;