Closed GoogleCodeExporter closed 8 years ago
I changed the wiki to include the subscribes_to step.
Some of this is a dupe of another issue, though with more details about the
exact
error to load the subscriptions.rb file...
I did not need to add loading messaging.rb - this is done in the init.rb of the
plugin, should not need to do this, but I'll try to reproduce.
Also, the correct way to start the poller is the rake task (at least for the
moment),
so I added that to the wiki instructions as well.
Thanks
-Andrew
Original comment by kooks...@gmail.com
on 14 Jan 2007 at 10:16
Fixed the error message.
Also fixed the generator to add a queue definition to app/config/messaging.rb
and a
subscribes_to call to generated processors.
Did not need to add loading config/messaging.rb, as this is loaded by init.rb -
could
not reproduce this error, never needed to add that line to get the poller.rb to
work.
Testing, will check in soon.
Original comment by kooks...@gmail.com
on 16 Jan 2007 at 5:37
fixed in svn v. 31
Original comment by kooks...@gmail.com
on 17 Jan 2007 at 5:12
found where the messaging.rb needs to be loaded - oddly, when running from
rake, not
a problem, but when running calling poller.rb directly it id missing. Odd,
gonna do
more research, in the meantime I am adding the call to load messaging.rb to the
poller.rb script.
Original comment by kooks...@gmail.com
on 18 Jan 2007 at 6:20
Original issue reported on code.google.com by
neeraja...@gmail.com
on 14 Jan 2007 at 3:28