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

Process raw messages #2341

Merged
merged 12 commits into from
Nov 10, 2023
Merged

Process raw messages #2341

merged 12 commits into from
Nov 10, 2023

Conversation

SzymonPobiega
Copy link
Member

@SzymonPobiega SzymonPobiega commented Nov 8, 2023

Replaces #2319

TODO

  • Delete the branch of the replaced PR

mauroservienti and others added 4 commits November 9, 2023 14:03
* Unwrapped messages are poisonous message if the NServiceBus.AmazonSQS.Headers cannot be deserialized

* Delete commented code
With full native integration support that's not a poison message
@@ -104,6 +142,7 @@ static IEnumerable<TestCaseData> GenerateTestCases(bool passMessageIdInMessageAt
var senderTransportMessage = new TransportMessageBuilder()
.If(passMessageIdInNsbHeaders, t => t
.WithHeader(Headers.MessageId, nsbMessageIdPassedThroughHeaders))
.WithHeader(Headers.EnclosedMessageTypes, "Enclosed message type")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NOTE: Message-Id is one of the headers that is used to decide whether this is a valid non-native message. If it's not included then we need the other header, which is enclosed message type

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

Successfully merging this pull request may close these issues.

3 participants