vote up 2 vote down star
2

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!

flag

2 Answers

vote up 3 vote down

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.

link|flag
vote up 1 vote down

Twisted Stomp adapter would be way too cool. Would you consider sharing it and keep us up to date with the development?

Cheers

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.