Hello, On Mar 10, 2007, at 2:01 AM, Paul Lindner wrote:
I'm staring to build an infrastructure to connect together a Java Resin based application with djabberd. Instead of Gearman, I was toying with the idea of pushing async events into ActiveMQ and processing responses with callbacks from another queue. Then I came across this: http://activemq.apache.org/xmpp.html I believe this will make my life easier since I can use the current Async xmpp code in djabberd to talk to ActiveMQ. Anyone else working with these toolsets? Is this a crazy idea?
Not a crazy idea at all. We use it extensibly at SAPO. One example: we push all presence changes of our SAPO XMPP server into a topic, so that the entire portal can react to presence changes of our clients.
We don't use activemq though. We use Mantaray plus some add-ons. See http://trac.softwarelivre.sapo.pt/broker for all the details.
Best regards, -- Pedro Melo Blog: http://www.simplicidade.org/notes/ Jabber ID: [EMAIL PROTECTED] Use Jabber!
