Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Library does not appear compatible with messages sent using WindowsAzure.ServiceBus #144

Closed
apariciom opened this issue Feb 15, 2018 · 1 comment

Comments

@apariciom
Copy link

Description

I'm using WindowsAzure.ServiceBus to send messages to a Service Bus queue.

I'm listening to the queue using the library, Microsoft.Azure.ServiceBus

Getting string from body returns

Actual Behavior

  1. @�string�3http://schemas.microsoft.com/2003/10/Serialization/�){"key":"value"}

Expected Behavior

  1. {"key":"value"}

Note: this also happens when using a job in Azure Scheduler to push messages onto a Service Bus queue.

@nemakam
Copy link
Contributor

nemakam commented Feb 15, 2018

@apariciom
Take a look at this solution Azure/azure-service-bus-dotnet#239 (comment)

@nemakam nemakam closed this as completed Feb 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants