I was wondering if it's possible to use different languages for producer and consumer via AMQP and RabbitMQ ? say, Java for the producer and python/php for consumer, or vice versa ? thanks in advance :)
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
Yes, AMQP is language agnostic meaning that as long as you have clients that can connect to the same RabbitMQ server you should be able to communicate between them. Luckily there are already RabbitMQ clients available written in many languages including Java, Python and PHP. |
|||||||||||
|