The problem is found in revision 101.
The passed-in parameter called "queue_name" , but in the first line of the
method
queue_name = ActiveMessaging::Gateway.find_queue(queue).destination
it tries to find a parameter called "queue", which will give a NameError:
undefined local variable or method `queue' for ...
Original issue reported on code.google.com by snowzhan...@gmail.com on 7 Jun 2007 at 1:58
Original issue reported on code.google.com by
snowzhan...@gmail.com
on 7 Jun 2007 at 1:58