Hi All, I'm interested in pshb to be used as a message queue system. Still I'm not sure if this use case is possible. Basically the system I need is a kind of command router - modules which are command servers subscribe to a message type (which is in pshb terminology topic or a feed). A module which initiates a command would be a publisher of a certain message type. As you can see, multiple modules can be publishers of the same message type/topic which is not exactly what pshb is made for? Also in this scenario subscriber comes first, not publisher - so it might be reversed used case to standard publish/subscribe?
So my question is if Pubsubhubbub would be a good platform for this system? I know about Advanced Message Queuing Protocol which might be exactly what I need, but it's seems to heavy and I really like Pubsubhubbub simplicity and http/rest orientation. Thanks, Milan
