You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 19, 2022. It is now read-only.
I'm currently using this package in send-only endpoints to safely combine database write operations and message sending when using Azure Service Bus as transport. I do, however, struggle to configure the NewtonsoftSerializer. As per this sample, I have the following ConnectorConfiguration:
But, messages sent to Azure Service Bus is serialized as XML. Is there anything wrong with the configuration?
In my receive endpoints I have now added the XML serializer as an additional deserializer, which works fine. It would, however, be nice if I could use the same serialization everywhere (JSON in this instance).
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm currently using this package in send-only endpoints to safely combine database write operations and message sending when using Azure Service Bus as transport. I do, however, struggle to configure the
NewtonsoftSerializer
. As per this sample, I have the followingConnectorConfiguration
:But, messages sent to Azure Service Bus is serialized as XML. Is there anything wrong with the configuration?
In my receive endpoints I have now added the XML serializer as an additional deserializer, which works fine. It would, however, be nice if I could use the same serialization everywhere (JSON in this instance).
The text was updated successfully, but these errors were encountered: