# File lib/daemon_kit/ruote_workitem.rb, line 91 def reply_via_amqp( response ) DaemonKit.logger.debug("Replying to engine via AMQP with #{response.inspect}") ::MQ.queue( response['reply_queue'] ).publish( response.to_json ) response end