Service Bus BrokeredMessage support for F#
See original GitHub issueCurrently only works with C#, in F# I get the following error
mscorlib: Method not found: 'Void Microsoft.Azure.WebJobs.ServiceBusTriggerAttribute..ctor(System.String, System.String, Microsoft.ServiceBus.Messaging.AccessRights)'
Issue Analytics
- State:
- Created 7 years ago
- Comments:14 (9 by maintainers)
Top Results From Across the Web
BrokeredMessage Class (Microsoft.ServiceBus.Messaging)
Initializes a new instance of the BrokeredMessage class using the supplied stream as its body. Properties. ContentType. Gets or sets the type of...
Read more >Azure Functions v2 BrokeredMessage as input from ...
... Bus Trigger documentation saying that the Service Bus message in Azure Functions V2 supports Meessage instead of BrokeredMessage .
Read more >service-bus-amqp-java.md
The BrokeredMessage type supports application properties of the following types: byte, sbyte, char, short, ushort, int, uint, long, ulong, float, double, ...
Read more >Introducing Queues and Topics in Azure Service Bus
Queues and Topics introduce a new message class called BrokeredMessage. The BrokeredMessage class represents a unit of communication between ...
Read more >Service Bus forum - RSSing.com
I have encountered a strange error where messages directly get into dead letter queue without even processing. The QueueClient.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Mathew’s recommendation was good and should work, sot it looks like we have an issue here. We’ll investigate and update this with our findings.
Yes, you can set your FUNCTIONS_EXTENSION_VERSION app setting to ~0.9 in the meantime.
I was also able to repro this, so we’ll have a fix out ASAP