Hi,

I'm really interested in this... some of my code about queues is now in the
0.8.x branch. If STOMP queues are active in the configuration, each dent is
pushed to queues for internal processing and pubsub topics, that can be used
in many ways......

I published everythin on my blog: http://web2dot5.wordpress.com

If i understood correctly Evan wants to use Rabbitmq for identi.ca, which is
a wonderful piece of software (made not too far from where i work :) however
it's a bit immature as a project.
In Activemq you can map queues and topics to a REST address.. therefore you
would have sth like:

http://identi.ca/queue/laconica.allusers

With this REST service you can send GET request to this address using a
timeout parameter.. a long-lived http request which is something similar to
BOSH and some versions of Comet.
This GET returns the last entry in the public timeline or waits till
timeout..

This is all easily doable in Javascript. Not sure about how much performant
will be...

(ActiveMq also has XMPP support.. and all this could also be done using
Strophe and BOSH to read from a MUC called [email protected]...)

Federico

2009/4/24 Shashi <[email protected]>

> Hi,
> I and @manco created this simple script: http://shsh.110mb.Using activemq
> com/tickr.html <http://shsh.110mb.com/tickr.html> .
> It is a real-time notice scroller... I'm very excited about it, but
> please don't use that to splice it in to ur laconica! it requests an
> API method once every second!! That can create way too much load when
> used extensively... (evan made me realize that!)
>
> I'm busy right now with my studies and all, I'll surely work on this
> using Comet, which is a jQuery XMPP plugin, that is push-based, I hope
> it will be implemented into the core soon.! So , Kepler, sit back
> relax and just keep pulling the mainline ;) eventually (hopefully)
> you'll have it!
>
> Best,
> --
> Shashi
> http://identi.ca/g0
> _______________________________________________
> Laconica-dev mailing list
> [email protected]
> http://mail.laconi.ca/mailman/listinfo/laconica-dev
>



-- 
--------------- FM
Flow with whatever is happening and let your mind be free. Stay centered by
accepting whatever you are doing. This is the ultimate.
- 庄子 (Chuang Tzu)
_______________________________________________
Laconica-dev mailing list
[email protected]
http://mail.laconi.ca/mailman/listinfo/laconica-dev

Reply via email to