AMS Push Worker
AMS Push worker (ver 0.1.0) is a command line utility that let’s you simulate AMS push functionality by pulling messages from an actual AMS project/subscription and pushing them to an endpoint in your local development environment. It’s written in go and it’s packaged as a single binary with no dependencies.
- Github repo: https://github.com/ARGOeu/ams-push-worker
- Readme: https://github.com/ARGOeu/ams-push-worker#readme
- Linux Binary: https://github.com/ARGOeu/ams-push-worker/releases/download/0.1.0/ams-push-worker_linux_x86_64.zip
If you are developing an endpoint that will receive messages from AMS service you can take a look at a simple working python example at the following link:
Some more useful links:
- AMS docs: https://argoeu.github.io/argo-messaging
- Push enabled subscriptions: Click here