You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Mark Andreev (Jira)" <ji...@apache.org> on 2021/01/27 12:03:00 UTC

[jira] [Created] (CAMEL-16092) Azure Storage Queue can not delete received message after Azure Storage Blob consume

Mark Andreev created CAMEL-16092:
------------------------------------

             Summary: Azure Storage Queue can not delete received message after Azure Storage Blob consume
                 Key: CAMEL-16092
                 URL: https://issues.apache.org/jira/browse/CAMEL-16092
             Project: Camel
          Issue Type: Bug
          Components: camel-azure
    Affects Versions: 3.7.1
            Reporter: Mark Andreev


After message was consumed from Azure Storage Queue camel-azure-storage-queue add addOnCompletion trigger that delete message after all. If we want to download file in this route with Azure Storage Blob we will lose MessageId & PopReceipt header. Without this headers we can not remove message from queue.

Known workaround is download file in new exchange using producerTemplate. 

 

My case: get notification about new file using Azure Storage Queue and download this file with Azure Storage Blob.

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)