Good Day, I need help translating 4 lines from ruote-amqp 0.9 to ruote-amqp 2.0. My goal is to get a working amqp listener example working today, please.
See lines below: ./lib/spec/ruote_helpers.rb:24:# return if @terminated_processes.include?( fei.wfid ) ./spec/spec_helper.rb:58: @terminated_processes << fe.fei.wfid ./spec/listener_spec.rb:49: wi = OpenWFE::InFlowWorkItem.from_h ( OpenWFE::Json.decode( @msg ) ) ./spec/listener_spec.rb:52: MQ.queue( wi.attributes ['reply_queue'] ).publish( OpenWFE::Json.encode( wi.to_h ) ) Getting a working amqp listener example working today is needed. Help would be appreciated. I have forked asm ruote-amqp repo as requested. I posted back, the non working code, that I have so far into: git clone git://github.com/ChasManRors/ruote-amqp.git Regards, Charles --~--~---------~--~----~------------~-------~--~----~ you received this message because you are subscribed to the "ruote users" group. to post : send email to [email protected] to unsubscribe : send email to [email protected] more options : http://groups.google.com/group/openwferu-users?hl=en -~----------~----~----~----~------~----~------~--~---
