kookster / activemessaging

ActiveMessaging moved from google code - this will be the latest and greatest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Seems to be double loading destination name

farski opened this issue · comments

I have a destination called email_users, but it seems like when I publish to that destination, it's mapping to the URI and then trying to load the URI as the destination

eg
s.destination :email_users, '/queue/EmailUsers'

publish :email_users, 'foo'

You have not yet defined a destination named /queue/EmailUsers. Destinations currently defined are [email_users]