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

Message Order Not Preserved #185

Open
pascaldekloe opened this issue May 17, 2023 · 0 comments
Open

Message Order Not Preserved #185

pascaldekloe opened this issue May 17, 2023 · 0 comments
Assignees
Labels

Comments

@pascaldekloe
Copy link

Messages must be received in the same order as initially send.

integration-test-1       | === NAME  TestRoundtrip/volantmq/at-least-once
integration-test-1       |     integration_test.go:76: got message # 1, want # 0
integration-test-1       |     integration_test.go:76: got message # 2, want # 1
integration-test-1       |     integration_test.go:76: got message # 3, want # 2
integration-test-1       |     integration_test.go:76: got message # 4, want # 3
integration-test-1       |     integration_test.go:76: got message # 5, want # 4
integration-test-1       |     integration_test.go:76: got message # 6, want # 5
integration-test-1       |     integration_test.go:76: got message # 7, want # 6
integration-test-1       |     integration_test.go:76: got message # 8, want # 7
integration-test-1       |     integration_test.go:76: got message # 0, want # 8
integration-test-1       | === NAME  TestRoundtrip/volantmq/exactly-once
integration-test-1       |     integration_test.go:76: got message # 5, want # 4
integration-test-1       |     integration_test.go:76: got message # 6, want # 5
integration-test-1       |     integration_test.go:76: got message # 7, want # 6
integration-test-1       |     integration_test.go:76: got message # 8, want # 7
integration-test-1       |     integration_test.go:76: got message # 4, want # 8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants