简体   繁体   中英

ServiceBusTrigger batch in Azure WebJob Sdk beta 0.5

Is there a way to retrieve batches of messages from a subscription using the new Azure WebJob Sdk beta 0.5. We're handling quite a few messages per second and would ideally like the following syntax

public static void ProcessMessages([ServiceBusTrigger("Topic", "Subscription")] IEnumerable brokeredMessages)

Is there a way to accomplish this?

Unfortunately, that is not possible today.

What is the scenario in which you want to use that binding?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM