Symfony Messenger plus RabbitMQ

Поділитися
Вставка
  • Опубліковано 1 гру 2024

КОМЕНТАРІ • 43

  • @auras97
    @auras97 4 роки тому +8

    Sir I really want to thank you for the effort. Your channel really has some videos that are well done and informative. And you way of explaining and doing things is easy to follow. Kudos

  • @RafaelMansilha
    @RafaelMansilha 2 роки тому +2

    Thanks, this was exactly what I was looking for! In just 11 minutes! ☺

  • @truegotha
    @truegotha Рік тому +1

    How to see .env file with rabbitmq connection? I get Could not connect to the AMQP server. Please verify the provided DSN

  • @vrushalrt
    @vrushalrt 2 роки тому +1

    This tutorial went straight into my head...Thanks a lot 👍

  • @dannorcott773
    @dannorcott773 Рік тому

    Helpful video, thanks Gary!

  • @CaimAstraea
    @CaimAstraea 3 роки тому +1

    Thanks. Learned something new :) So far the database queue with the jms/job-queue-bundle been serving us well :) Might not be the latest and fanciest tech but gets the job done.

  • @denisov1985
    @denisov1985 Рік тому

    Thank you! Great work.

  • @SaiNagendra
    @SaiNagendra 3 роки тому +1

    Hi, Bro excellent.. What was the extension you are using to create PHP Class?

    • @GaryClarkeTech
      @GaryClarkeTech  3 роки тому

      I don't use any extensions or plugins to create classes...it's just part of PHPStorm cmd+N on mac ctrl+N on windows / linux

  • @onparallel7953
    @onparallel7953 3 роки тому +1

    Hello Gary
    Thank you for the video super helpful as usual. I am trying to use docker-compose for this but it is failing with ---> You cannot use the "Symfony\Component\Messenger\Bridge\Amqp\Transport\Connection" as the "amqp" extension is not installed.

    • @GaryClarkeTech
      @GaryClarkeTech  3 роки тому +1

      Yes you will need to have the amqp php extension installed.

    • @onparallel7953
      @onparallel7953 3 роки тому

      @@GaryClarkeTech struggling to install in Docker for some reason is not happy with it

  • @jiawenchen9928
    @jiawenchen9928 4 роки тому

    tried out mac, not working, seen error --> You cannot use the "Symfony\Component\Messenger\Bridge\Amqp\Transport\Connection" as the "amqp" extension is not installed.
    question 1 is how you configure the .env file to connect with rabbitmq container?

    • @GaryClarkeTech
      @GaryClarkeTech  4 роки тому

      You need to install the amqp php extension. Here's a link to how you can do it on mac using homebrew, which is how I did it:
      stackoverflow.com/questions/51818515/installing-amqp-on-mac-with-brew

    • @shikamaru676
      @shikamaru676 3 роки тому

      It think this counts as cheating, but you can also use the --ignore-platform-reqs flag, it is not recommended tho', but there are use cases when it can be usefull, like when you develop on a container, but want your IDE to index the library or install dependencies in multistage Docker builds.

    • @GaryClarkeTech
      @GaryClarkeTech  3 роки тому

      @@shikamaru676 Nice tip...thanks!

  • @fitter2boss72
    @fitter2boss72 2 роки тому

    Do you have a video, where uses async tasks, but you can see response? (in your example : "email sent" ). Thank you.

    • @GaryClarkeTech
      @GaryClarkeTech  2 роки тому +1

      Not atm..this is the only async video I've recorded so far...maybe in the future.

    • @fitter2boss72
      @fitter2boss72 2 роки тому

      @@GaryClarkeTech Thank you.

  • @aleksandrbakharev5199
    @aleksandrbakharev5199 2 роки тому

    Big thanks for tutorial!

  • @maruanboukhriss6353
    @maruanboukhriss6353 2 роки тому

    Is posible see the list_queues inside symfony ¿?

  • @adrianfgutierrez2836
    @adrianfgutierrez2836 4 роки тому +1

    Good job

  • @memkowaty
    @memkowaty 4 роки тому +1

    that's very useful!

  • @cradleofkaschenko2057
    @cradleofkaschenko2057 3 роки тому

    Thank you very-very much!

  • @ilyaskereibayev586
    @ilyaskereibayev586 3 роки тому

    Hi Gary!
    Thank you very much for your effort, really useful video. I have 1 question though, how Symfony understands where to get RABBITMQ_DSN env variable? we did not define it in .env file

    • @GaryClarkeTech
      @GaryClarkeTech  3 роки тому +3

      Thanks Ilyas..I appreciate it. When you use the local Symfony server, you get Docker integration. You can read about how the environment variables map to supported services here:
      symfony.com/doc/current/setup/symfony_server.html#docker-integration

    • @ilyaskereibayev586
      @ilyaskereibayev586 3 роки тому +1

      I got it now, thanks

  • @webdev723
    @webdev723 4 роки тому +1

    Thank you !

  • @urbanofilho74
    @urbanofilho74 3 роки тому

    Good lesson

  • @nabeeltahir6013
    @nabeeltahir6013 2 роки тому +1

    Make a video how to integrate keyCloak on symfony.

  • @sergemaminiaina252
    @sergemaminiaina252 4 роки тому

    Great video ^-^

  • @melianimohammed-w5n
    @melianimohammed-w5n 4 місяці тому

    salus jai un erro tu peut help n Connection.php line 340:
    Return value of Symfony\Component\Messenger\Transport\AmqpExt\Connection::ack() must be of the type bool, null returned