[rabbitmq-discuss] A few questions about custom rabbit_msg_store_index implementations

Matthew Sackman matthew at rabbitmq.com
Wed Aug 10 19:48:52 BST 2011


Hi Michael,

On Wed, Aug 10, 2011 at 10:26:03PM +0400, Michael Klishin wrote:
> how do you think I should go about vhosts? I often use vhosts to separate
> environment (staging vs production, for example)
> and thinking about using separate Redis databases for vhosts. Is this the
> right way to go about it or do queues have some
> kind of uniqueue identifiers Rabbit will use anyway?

The standard resource record that rabbit uses internally includes the
vhost, the type of the resource (queue, exchange, binding etc) and the
vhost-local name of the resource. You'll need something similar.

Matthew


More information about the rabbitmq-discuss mailing list