https://github.com/darrencocco/moodle-tool_messagebroker
https://github.com/darrencocco/moodle-tool_messagebroker
message-broker message-queue moodle moodle-plugin
Last synced: about 1 year 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 (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-03-21T05:17:49.000Z (about 1 year ago)
- Last Synced: 2025-03-21T06:24:13.069Z (about 1 year ago)
- Topics: message-broker, message-queue, moodle, moodle-plugin
- Language: PHP
- Homepage:
- Size: 50.8 KB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
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.