I checked out stomper and it didn't look complete. (I'm very new to Python) Is anybody out there using stomper in a production environment?
If not, I guess I'll have to roll out my own Twisted Stomp adapter.
Thanks in advance!
|
2
|
|
|
|
|
|
There is a python library called stomper which I've used in the past with twisted (it comes with twisted example code). Disclaimer, I've worked on the code for stomper so I like it :) These days I've moved away from stomp/ActiveMQ towards AMQP + RabbitMQ, using the txAMQP and py-amqplib libraries. I've found rabbit more reliable and the AMQP protocol quite good. See this article for a very good overview. A big bonus is good java and .net library support too. |
||
|
|
|
|
Twisted Stomp adapter would be way too cool. Would you consider sharing it and keep us up to date with the development? Cheers |
||
|
|