Azure / azure-functions-servicebus-extension

Service Bus extension for Azure Functions
MIT License
65 stars 35 forks source link

XML messages gets stripped of header #220

Open wmmihaa opened 1 year ago

wmmihaa commented 1 year ago

I have an AZ function with ServiceBus triggers receiving XML messages. The function is using .net6 version 4 isolated, The function is not configured for batches.

Transmitting one message at the time works fine, but as two or more messages gets in the queue, the messages gets transformed and the XML header gets removed.

I've included a small video to ilustrate the issue (sorry about the sound) https://user-images.githubusercontent.com/3214367/206291560-f52d7045-969a-4491-83b4-e58069cf3349.mp4