Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tirithen/amqp-logging-printer
A service that prints log messages sent via an ActiveMQ with amqp
https://github.com/tirithen/amqp-logging-printer
Last synced: about 5 hours ago
JSON representation
A service that prints log messages sent via an ActiveMQ with amqp
- Host: GitHub
- URL: https://github.com/tirithen/amqp-logging-printer
- Owner: tirithen
- License: gpl-3.0
- Created: 2016-10-08T08:29:54.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-04T08:29:32.000Z (about 8 years ago)
- Last Synced: 2024-10-11T19:37:25.168Z (about 1 month ago)
- Language: JavaScript
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# amqp-logging-printer - A service that prints log messages sent via an ActiveMQ with amqp
This docker image can found on https://hub.docker.com/r/tirithen/amqp-logging-printer/.
Whenever writing a Node.js docker container service for an ActiveMQ system together with amqp-logging-printer, use this package https://www.npmjs.com/package/amqp-logging to send the logs to ActiveMQ that in turn will be picked up by this service.
## docker-compose.yml - And usage with docker
The docker-compose.yml file is an example of a docker container system setup with amqp-logging-printer (that prints logs sent by this package) and a ActiveMQ instance that handles all the amqp messages.
To try this out run docker-compose.yml with:
$ docker-compose up