Adding messages to a queue server from a model method

All,   I'm trying to add/'set' values in the sparrow queue server (http:// code.google.com/p/sparrow/) which is very similar to Starling. I can add values to the queue easily from an irb session or independent script, but not from a model method. What do I need to do to make this work?