Deleting messages from an Azure Storage Queue using the PopReceipt
Does anyone know how to use Talend components to delete a message from an Azure Storage Queue using the PopReceipt from the tAzureStorageQueueInput component? There is a tAzureStorageQueue purge but that seems to delete all of them (I can't see where to give the PopReceipt to only delete one), there is a tAzureStorageQueueDelete but that deletes the whole bloody queue!
On AWS the tSQSMessageDelete component is specifically there to delete just one message but it looks like Talend simply forgot that this is how you are supposed to use queues!!
Have I got to call the Java API directly to delete one message because Talend forgot to develop this component?