yama
February 25, 2015, 1:01pm
1
Hi, I need use RabbitMQ (topics with routing keys) for communicating my Jmonkey based aplication with other applications built with different technologies.
What is the easiest way to add rabbitmq client support to a JmonkeyEngine application?
Thanks in advance
Yama
normen
February 25, 2015, 1:07pm
2
1 Like
yama
February 25, 2015, 2:14pm
3
Thanks, I Know the RabbitMQ API. The question is if I extend Spidermonkey classes or use a thread to put in the subscriber making a adhoc solution.
I think that the second solution is easier but I can’t measure the difficulty of integrating RabbitMQ in Spidermonkey.
I’m sorry for my poor English. And greetings for made an awesome game engine.
Thanks
Yama
normen
February 25, 2015, 2:32pm
4
I don’t see why you would have to “integrate” the two at all…?
pspeed
February 25, 2015, 2:32pm
5
I don’t know why you would try to extend SpiderMonkey. It’s purpose is completely different than RabbitMQ.
If you need that kind of topic support then just use RabbitMQ directly.
yama
February 27, 2015, 9:45am
6
Thank you very much. Your advice saved me lots of time.
–
Yama