You certainly can connect a PHP producer with a Python consumer. You can start with
the tutorials in both and then use e.g. a PHP publisher in tutorial 2 and a Python consumer from the same tutorial:
http://www.rabbitmq.com/getstarted.html
I’m not sure if by “Django” you mean Python in general or Django specifically since embedding
consumers into Web apps, while certainly possible, can be painful and counterintuitive.
So I’d recommend looking into a standalone Python app that shares modules with the Django one,
or something of that nature.
> --
> You received this message because you are subscribed to the Google Groups "rabbitmq-users"
> group.
> To unsubscribe from this group and stop receiving emails from it, send an email to
rabbitmq-user...@googlegroups.com.
> To post to this group, send an email to
rabbitm...@googlegroups.com.
> For more options, visit
https://groups.google.com/d/optout.
>
--
MK
Staff Software Engineer, Pivotal/RabbitMQ