AppserverIo\Appserver\MessageQueue\QueueManager::initialize PHP Method

initialize() public method

Has been automatically invoked by the container after the application instance has been created.
See also: AppserverIo\Psr\Application\ManagerInterface::initialize()
public initialize ( AppserverIo\Psr\Application\ApplicationInterface $application ) : void
$application AppserverIo\Psr\Application\ApplicationInterface The application instance
return void
    public function initialize(ApplicationInterface $application)
    {
        $this->registerMessageQueues($application);
    }