Azure / Azure/azure-service-bus-java
How can I get message attributes in Azure func
- Dominant language
- Java
- Stars
- 62
- Forks
- 63
- PR merge metrics
- No merged PRs in 30d
Description
## Actual Behavior
As below code, I can received message in Azure func as expect, but how can I get the message attributes/properties?
I sent test message with message properties from ServiceBus Explorer.
Also I tried to get it from context, but its tracing information, not message attributes.


## Expected Behavior
Can get the message properties in Azure func application.
## Versions
Java version 8
Azure function java library 1.4.2
Contributor guide
Assessment
This issue has not been assessed yet.