https://github.com/torosent/sbqueuelistenerack
https://github.com/torosent/sbqueuelistenerack
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/torosent/sbqueuelistenerack
- Owner: torosent
- License: mit
- Created: 2018-06-18T12:21:46.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-25T16:15:45.000Z (almost 7 years ago)
- Last Synced: 2025-01-17T01:13:38.397Z (5 months 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/
```