Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/torosent/sbqueuelistenerack
https://github.com/torosent/sbqueuelistenerack
Last synced: about 4 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/torosent/sbqueuelistenerack
- Owner: torosent
- License: mit
- Created: 2018-06-18T12:21:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-25T16:15:45.000Z (over 6 years ago)
- Last Synced: 2023-10-20T23:31:57.425Z (about 1 year ago)
- Language: C#
- Size: 74.2 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ServiceBus Listener - TACK
A containerised nodejs event listener that listens to Azure Service bus and passes requests on to an internal endpoint
## Environment Variables
The following environment variables need to be passed to the container:
### Logging
```
ENV TEAMNAME=[YourTeamName]
ENV APPINSIGHTS_KEY=[Application Insights Key]
ENV CHALLENGEAPPINSIGHTS_KEY=[Challenge Application Insights Key] # Given by the proctors
```
### Service bus
```
ENV SERVICEBUSCONNSTRING= "Endpoint=sb://[name].servicebus.windows.net/;SharedAccessKeyName=[policyname];SharedAccessKey=[accesskey]"
ENV SERVICEBUSQUEUENAME=[queueName]
```
### For Process Endpoint
```
ENV PROCESSENDPOINT=http://fulfillorder.[namespace].svc.cluster.local:8080/v1/order/
```