Abdulrazak-Alkl / activemessaging

Automatically exported from code.google.com/p/activemessaging
0 stars 0 forks source link

should raise an error when symbol is mapped to > 1 destination #12

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

in messaging.rb

ActiveMessaging::Gateway.define do |s|

  s.queue :persist_message, '/queue/PersistMessage2'
  s.queue :persist_message, '/queue/PersistMessage'

end

What is the expected output? What do you see instead?

 temporarily confused as to why messages weren't going to PersistMessage2.

Original issue reported on code.google.com by dennis.b...@gmail.com on 2 Jun 2007 at 3:42

Attachments:

GoogleCodeExporter commented 8 years ago
I had to make some other changes to the reload for a13g in dev mode, and for 
testing,
to get this to work - but now there is a validation for dupe names.

Yes, I know, it's a pretty old defect, but with the constant reloading, I had 
to make
sure nothing got broken doing this.

Original comment by kooks...@gmail.com on 4 Feb 2008 at 5:07