This a special transport implementation, kind of stub. It does not send nor receive anything. Useful in tests for example.
$ composer require enqueue/null
<?php
use Enqueue\Null\NullConnectionFactory;
$connectionFactory = new NullConnectionFactory();
$psrContext = $connectionFactory->createContext();