Queue adapter module for Silverstripe
You can define your messages by implementing the IMessage
interface. To send a message you can call publish
on an
IQueueAdapter
.
<?php
$msg = new FooBarMessage("data");
$adapter = QueueHelper::get_queue();
$adapter->publish($msg);
Module rating system helping users find modules that are well supported. For more on how the rating system works visit Module standards
Score not correct? Let us know there is a problem