Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/darrencocco/moodle-tool_messagebroker
https://github.com/darrencocco/moodle-tool_messagebroker
message-broker message-queue moodle moodle-plugin
Last synced: about 6 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/darrencocco/moodle-tool_messagebroker
- Owner: darrencocco
- License: lgpl-3.0
- Created: 2023-05-24T00:57:30.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-17T01:41:22.000Z (20 days ago)
- Last Synced: 2025-01-17T02:29:39.090Z (20 days ago)
- Topics: message-broker, message-queue, moodle, moodle-plugin
- Language: PHP
- Homepage:
- Size: 40 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
### Moodle Message Broker
Provides a conduit for message queues to feed messages into Moodle instances.Connector sub-plugins provide the ability to consume messages from other
sources. Out of the box there is a web service that allows other systems
to POST messages with a topic to the Moodle system.Future functionality is expected to support STOMP, AMQP and SQS.