QueueBatch icon indicating copy to clipboard operation
QueueBatch copied to clipboard

WebJobs/Azure Functions trigger providing batches of Azure Storage Queues messages directly to your function

Results 3 QueueBatch issues
Sort by recently updated
recently updated
newest added

I see in issue #13 that QueueBatch doesn't respect host.json for the maxPollingInterval setting. Does it also ignore the rest of the host.json settings for queues as well? ``` "visibilityTimeout":...

I see that the number of messages that are retrieved in one call is set to 32 (or CloudQueueMessage.MaxNumberOfMessagesToPeek, which I assume is 32 also). Do you see any issue...

I struggled a bit to figure out how to actually get a hold of my queued message. Maybe clarify in docs (not sure if what I got is the best...