[rabbitmq-discuss] Architectuaral Problem - What exchange type to choose?

Matthias Radestock matthias at rabbitmq.com
Mon Oct 28 21:12:24 GMT 2013


On 28/10/13 20:54, Jan Wedel wrote:
> Ok, so when I get this correctly, I would create an exchange for each device as follows:
> - key “<group>.<self>” -> queue “<group>.<self>.from"
> - key “<group>.<direct_other>” -> queue “<group>.<direct_other>.to”
> - key “<group>” -> queue “<group>.<other1>.to"
> - key “<group>” -> queue “<group>.<other2>.to”
> (…)
> - key “<group>” -> queue “<group>.<otherN>.to”
>
> Is that about what you suggested?

I don't see why you'd need a separate exchange per device.
Or more than one queue per device.

Matthias.


More information about the rabbitmq-discuss mailing list