Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ngallegos/asbtosqsrouter
Sample project to reproduce a bug in the NServiceBus router package
https://github.com/ngallegos/asbtosqsrouter
Last synced: 20 days ago
JSON representation
Sample project to reproduce a bug in the NServiceBus router package
- Host: GitHub
- URL: https://github.com/ngallegos/asbtosqsrouter
- Owner: ngallegos
- Created: 2021-04-30T02:09:50.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-04-30T02:31:15.000Z (over 3 years ago)
- Last Synced: 2024-11-07T00:10:04.799Z (2 months ago)
- Language: C#
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ASBToSQSRouter
To run:
* Just update the launchSettings.json files in each of the ASBToSQSRouter, ASBToSQSRouter.ASBEndpoint, and ASBToSQSRouter.SQSEndpoint projects with your own aws access keys and azure service bus connection strings
* Start the ASBToSQSRouter project
* Start the ASBToSQSRouter.SQSEndpoint project
* Start the ASBToSQSRouter.ASBEndpoint project (this project sends off the initial ASBToSQSCommand)
* Observe that the SQS endpoint handles the command (either by viewing logs or setting a breakpoint)
* Observe that the ASB endpoint never handles the ASBToSQSEvent (either by seeing that no log message is written or by setting a breakpoint that never gets hit)