Skip to content

[SPIKE] JustSaying message ingestion and retry #4997

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

Draft
wants to merge 34 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
99fa38a
Added sqs submodule and moved references to it
ngallegos May 5, 2025
df0ebbf
Added JustSaying example projects
ngallegos May 5, 2025
ccd00bf
Configured JustSaying example to use Aws credentials instead of docker
ngallegos May 6, 2025
84e9bdb
Package update to fix downgrade warning
ngallegos May 6, 2025
51e13d2
Added NServiceBus submodule and pointed submodules to envelope-experi…
ngallegos May 8, 2025
f9810f6
Updated the submodules
ngallegos May 9, 2025
d111b2a
This gets errors ingesting, even if they are broken in ServicePulse
ngallegos May 9, 2025
06f9981
Pulling message type from a JustSaying wrapper
ngallegos May 9, 2025
6ab9a03
Added headers to make ServicePulse happy.
ngallegos May 13, 2025
bb975ca
Some cleanup on the JustSaying header values.
ngallegos May 13, 2025
8903d53
Added RetryAcknowledgementMiddleware for JustSaying
TravisNickels May 23, 2025
7fcdabd
Zip report files
johnsimons May 7, 2025
eafbff9
Allow error ingestion to read multiple queues
boblangley May 9, 2025
4e47f04
WIP
boblangley May 23, 2025
33c0951
Remove unused code
boblangley May 24, 2025
c3b79f1
Add queue discovery
boblangley May 27, 2025
43f356a
Make buildable
boblangley May 27, 2025
a93d86d
Disable warning for unreachable code
boblangley May 27, 2025
36e8df8
Make buildable
boblangley May 27, 2025
48a765a
Fix multi-error queue reading
boblangley May 27, 2025
0c41d54
Fixed ReturnQueueResolver extension naming and expected regex group c…
ngallegos May 27, 2025
4dbc049
Updated sqs submodule
ngallegos May 27, 2025
f986b1a
Updated Unit tests to match the change to ReturnToSender.HandleMessage
hazel-bohon May 28, 2025
eda1b2f
Added NServiceBusExceptionMonitor
hazel-bohon May 28, 2025
6461c2a
WIP
hazel-bohon May 28, 2025
cb5af83
Updated submodule with latest incoming translators
ngallegos May 28, 2025
a2acfd3
Merge branch 'tf-exp-1579-just-saying-collaboration' of particular_gi…
ngallegos May 28, 2025
ee36e93
Added envelope format to context for retries
ngallegos May 28, 2025
4a788e0
Another submodule update
ngallegos May 28, 2025
63e78ec
Updated sqs submodule reference
ngallegos May 29, 2025
6707fe8
Removed NSB core submodule reference (not used) and got things building.
ngallegos May 29, 2025
2fe4d5b
Added the sqs test console to the solution
ngallegos May 29, 2025
c6c9c90
Another update to the transport submodule
ngallegos May 29, 2025
513af99
Altered the JustSaying subscriber to listen to a queue that an nsb en…
ngallegos May 29, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[submodule "nsb-sqs"]
path = nsb-sqs
url = https://github.com/Particular/NServiceBus.AmazonSQS
branch = envelope-experiment
1 change: 1 addition & 0 deletions nsb-sqs
Submodule nsb-sqs added at bf166a
Loading