I am getting this same error. Something to do with transactions. Have you
found a fix?
2010-03-29 17:21:14 ERROR ActiveMessaging: thread[default]: Exception from
connection.receive:
Transaction #<UUID:0x18e66c8> has completed, or was aborted
(druby://localhost:6438)
/Library/Ruby/Gems/1.8/gems/reliable-msg-1.1.0/lib/reliable-msg/queue-
manager.rb:599:in `abort'
I can verify that the reliable-msg gem is working properly, I can send and
receive messages via q.put and
q.get commands.
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
I use reliable-msg all the time, but I am not getting these, so I have not
fixed it.
I was able to fix by moving to the latest github source for activemessaging
and reliable-msg
http://github.com/birkirb/reliable-msg
http://github.com/kookster/activemessaging (yours - thanks!)
I believe the above issue was due to lack of support for uuid 2.0.0 in
activemessaging from googlecode svn.
Comment #4 on issue 42 by kookster: Reliable-msg with activemessging
Exception
http://code.google.com/p/activemessaging/issues/detail?id=42
ok - thanks for the follow up, I'll close this then.