Can we write Azure Webjobs with Queue Triggered with JAVA -


can write azure webjobs queue triggered jobs on java, tried search lot , found .net related code example (https://azure.microsoft.com/en-in/documentation/articles/websites-dotnet-webjobs-sdk-storage-queues-how-to/)

if yes can 1 direct me resources.

note: able run webjob in java triggered schedule, had create executable jar , create batch file runs jar , zip 2 files (bat , jar).

while don't have plans add java support directly core webjobs sdk, have tracking item here java support in azure functions. feel free chime in on issue.

all work we're doing cross language being done in azure functions, builds on webjobs sdk foundation. azure functions supports queuetrigger (and other triggers) c#, node.js, powershell, php, python, bat, bash.


Comments

Popular posts from this blog

testing - Detect whether test has failed within fixture -

AbotX : How do you create a parallel crawler that stays on and can be added to at run time from new requests -

android - Create single AAR file from multiple modules using Gradle -