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 On Sep 23, 1:36 am, John Mettraux <[email protected]> wrote: > On Wed, Sep 23, 2009 at 2:32 AM, Charles.Magid <[email protected]> wrote: > > > Ok, I will put some time into getting the ruote-asm 0.9 rspec tests to > > work on asm version. Is there anything I need to know to get the > > correct asm version or can I just do a git clone > > git://github.com/asm/ruote-amqp.git? > > Hello, > > you should fork asm's repository on github then clone that fork. > > Alternatively, you could fork my repository, clone it and then go on > with the adaptations I tried to do in order to have the tests running > on 2.0. > > You'll find guides for github at :http://github.com/guides/home > > A great resource as well :http://progit.org/book/ > > Forking makes it easy for us (and others) to track your work. > > Best regards, > > -- > John Mettraux - http://jmettraux.wordpress.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
