search for: activemessag

Displaying 6 results from an estimated 6 matches for "activemessag".

Did you mean: activemessage
2006 Mar 02
3
reloadable classes for other base classes than the built-ins
I''m working on the plugin for RBatis and a new little thing I''m toying around with called ActiveMessaging (sorry, David I stole the name from you from the TW AwayDay ;-)). Anyway, in both these applications I want to be able to have reloadable classes that don''t extend any of the standard built in ones. So, I don''t mean to offend the Eminent Core Members by digging up their little...
2006 Aug 16
2
Server Push, with Active MQ?
I''ve read the postings about Juggernaut with interest, it is an interesting approach but in wondering about a solution that wouldn''t require flash I did some searching and came across activemq (http://incubator.apache.org/activemq). Their approach for messaging to an AJAX client (http://incubator.apache.org/activemq/ajax.html)seems to be a combination of polling and keeping
2007 Sep 21
2
mysql storeconfigs needs mysql gem
...r a client called `freshness` which would eventually result in the client getting a timeout and the client dyeing. I tracked the freeze down to the call to ActiveRecord::Base.verify_active_connections! in rails.rb on line 26. After scouring the nets I finally found: http://groups.google.com/group/activemessaging-discuss/browse_thread/thread/7cbbcd761fcb0fd8 which led me to the mongrel faq: http://mongrel.rubyforge.org/faq.html specifically the questions "Mongrel stops working if it''s left alone for a long time.", and "Why do I get MySQL ''lost connection to database...
2007 Dec 17
7
Get "some read error" on calls to worker
...han go the thread route - for now. class UpdateFacebookAccountInfoWorker < BackgrounDRb::MetaWorker set_worker_name :update_facebook_account_info_worker set_no_auto_load true require "facebook_rails_controller_extensions" include RFacebook require ''activemessaging/processor'' include ActiveMessaging::MessageSender def create(args) puts "create=>"+ args.inspect exit! end end and the call... MiddleMan.new_worker( :worker => :update_facebook_account_info_worker, :job_key => @s...
2009 Feb 23
6
background process
Hi all I am working on a heavy engineering project. And the requirement is that I needto do a lot of process before I store the data to the db. Now the question is that I want to do the process that I am doing but I want to do it in the background. What I actually mean to say is that..I just want the user to get a msg that Records Saved. But in real I want the process to go on in background.
2009 Sep 30
0
MOM - Message Oriented Middleware for Rails
I would like to develop a monitoring system with Ruby and Rails. I will have the agents in the server and the monitoring system, with a poller that will notify the Rails application. I have tested ActiveMQ, with JRuby and Ruby and works fine. I will test the ActiveMessage plugin for an Rails easy integration. I wondering what are the more popular and reliable choices on Rails for MOM. I saw that someone uses XMPP, some AMPQ implementation (RabbitMQ). Any advice? P.S.: I need to send text messages but I need to send serialized objects too (data objects containing C...