Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/torosent/sbqueuelistenerack


https://github.com/torosent/sbqueuelistenerack

Last synced: about 4 hours ago
JSON representation

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/
```