Install & Compatibility
Where this runs
No compatibility data collected yet for this library.
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
azure_uamqp_c/uamqp.h
✓ #include <azure_uamqp_c/uamqp.h>
Create and destroy an AMQP value
#include <azure_uamqp_c/uamqp.h>
int main() {
AMQP_VALUE result = amqpvalue_create_string("hello");
amqpvalue_destroy(result);
return 0;
}
Debug
Known issues
No known issues recorded.
Upgrade
Version history
2025-03-31latest on vcpkg
Audit
Dependencies
No dependency data recorded yet.
Resources
No resource links recorded.