Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/three.js/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/google-cloud-platform/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Laravel 5 IronMQ和Laravel连接在一起_Laravel 5_Message Queue_Ironmq - Fatal编程技术网

Laravel 5 IronMQ和Laravel连接在一起

Laravel 5 IronMQ和Laravel连接在一起,laravel-5,message-queue,ironmq,Laravel 5,Message Queue,Ironmq,我已从我的Laravel 5.1项目连接到IronMQ。我在配置中输入的所有凭据都是正确的,我能够向Iron发送消息。它们在它们提供的仪表板上可见 我的问题是如何将这些消息返回到我的项目中以供阅读 显然,Queue::marshal()现在已被弃用。但即使是这个功能的概念对我来说也没有意义 我怎样才能从Iron那里得到一条信息,如何将其发送到我的Laravael项目中的特定位置 我目前有一个作业类,但没有办法执行它

我已从我的Laravel 5.1项目连接到IronMQ。我在配置中输入的所有凭据都是正确的,我能够向Iron发送消息。它们在它们提供的仪表板上可见

我的问题是如何将这些消息返回到我的项目中以供阅读

显然,
Queue::marshal()
现在已被弃用。但即使是这个功能的概念对我来说也没有意义

我怎样才能从Iron那里得到一条信息,如何将其发送到我的Laravael项目中的特定位置

我目前有一个作业类,但没有办法执行它