You cannot post messages because only members can post, and you are not currently a member.
|
undefined method `name' for nil:NilClass
|
| |
I install the ActiveMessaging gem under OS X Snow Leopard 10.6.5 and
created a rails application to send messages to an Amazon SQS queue
and process them. I followed the 10 minute quick start on the website,
but chose to create a processor called "Simple".
Using the AWS tools I can see that messages are sucessfully added to... more »
|
|
a13g does not recover from connection errors
|
| |
Hi all,
first of all thanks a lot to everybody involved for creating this
great framework!
The problem I have though is that neither sender nor receiver really
recover from connectivity errors. I have been googling and also
searching this forum but it seems I am the first one to have these... more »
|
|
ActiveMessaging and Rails 3.0.0
|
| |
Hi
Is anyone using ActiveMessaging with Rails 3.0.0?
I have 0.7.1 gem installed and server startup dies with the following
error:
/usr/local/lib/ruby/gems/1.8/g ems/railties-3.0.0/lib/rails/
deprecation.rb:33:in `method_missing': undefined method `debug' for
nil:Rails::DeprecatedConstant (NoMethodError)... more »
|
|
Some error message
|
| |
Hi,
Anyone can explain why I always this error message? I installed stomp,
daemon, and activemq already, but wonder why i always see this error
message?
ActiveMessaging: adapter beanstalk not loaded: no such file to load --
beanstalk-client
ActiveMessaging: adapter reliable_msg not loaded: no such file to load... more »
|
|
ActiveMessaging with Daemon-Kit instead of RoR
|
| |
Hello,
in my project I need some message processors which actually are not
related to any Rails App. First version for it to work was creating a
fake RoR app. This works, but there is some considerable bloat (whole
RoR). Even more issue is that when using poller and daemons gem - it
doesn't play nice with monit.... more »
|
|
Adding NewRelic to ActiveMessaging Pollers
|
| |
I am attempting to add NewRelic instrumentation to pollers. I have
added the instrumentation file and I think I have done it right.
git://github.com/Blue-Dog-Arch olite/rpm_contrib.git
if defined?(ActiveMessaging::Proc essor) and not
NewRelic::Control.instance['di sable_active_mq']
ActiveMessaging::Processor.cla ss_eval do... more »
|
|
trying to specify non-stdout logging
|
| |
I want to specify a log file for script/poller output other than
stdout. The ActiveMessaging.logger method checks for a logger defined
in RAILS_DEFAULT_LOGGER, but if I set that constant in config/
messaging.rb, I get an IOError trying to write to a closed stream the
first time it tries to write to the log.... more »
|
|
Google Groups: Membership Pending
|
| |
dactile - you are approved - what can I/we do to help?
Andrew Kuklewicz
...
...
-- You received this message because you are subscribed to the Google Groups "activemessaging-discuss" group.
To post to this group, send email to activemessaging-discuss@google groups.com.
To unsubscribe from this group, send email to activemessaging-discuss+unsubs cribe@googlegroups.com.... more »
|
|
|