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

Fix mapping from custom property of type Guid when resubmitting a message #70

Merged
merged 1 commit into from
Jan 6, 2017
Merged

Conversation

BastiaanLouis
Copy link

Currently when a message wil be resubmitted and the originl message contains an custom property (aka header) of type Guid, the conversion of the values into the new message failes. This is because that in situation the datatype of the value is already a System.Guid. Converting to System.String will result in a null which will cause an exception. This fix is already done in the masterbranch.

… cannot cast to a string. When resubmitting a message (for example from a deadletterqueue to the original queue) the heeaders of type Guid are ignored.
@SeanFeldman SeanFeldman added the bug label Jan 6, 2017
@paolosalvatori paolosalvatori merged commit 53ca9b0 into paolosalvatori:support-2.1 Jan 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants