Skip to content

A containerised nodejs event listener that listens to RabbitMQ and passes requests on to an internal endpoint

License

Notifications You must be signed in to change notification settings

sabbour/rabbitmqlistenerack

 
 

Repository files navigation

RabbitMQ Listener - TACK

A containerised nodejs event listener that listens to RabbitMQ and passes requests on to an internal endpoint

Environment Variables

The following environment variables need to be passed to the container:

ACK Logging

ENV TEAMNAME=[YourTeamName]

For RabbitMQ

ENV AMQPURL=amqp://[url]l:5672

For Process Endpoint

ENV PROCESSENDPOINT=http://fulfillorder.[namespace].svc.cluster.local:8080/v1/order/

About

A containerised nodejs event listener that listens to RabbitMQ and passes requests on to an internal endpoint

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 97.9%
  • Shell 2.1%