Queue Interop driver for Bernard.
Via Composer
composer require bernard/queue-interop-driver
<?php
use Bernard\Driver\QueueInterop\Driver;
//$context = queue interop context
$driver = new Driver($context);
The project is licensed under the MIT License.