i have a setup as below,

Rabbitmq central cluster servers with federation:
rabbit-central1.server.com
rabbit-central2.server.com

Canada location cluster servers which used to connect all canada location 
servers(sub collective name as canada_mcollective):
canada1.server.com
canada2.server.com

Texas location cluster servers which used to connect all canada location 
servers(sub collective name as texas_mcollective):
texas1.server.com
texas2.server.com

configured federation upstream on centram cluster as below:
virtual host : /mcollective 
uri : amqp://mcollective:[email protected]
amqp://mcollective:[email protected]
amqp://mcollective:[email protected]
amqp://mcollective:[email protected]
ack mode : on-confirm
expirt : 36000000

federation upstream policy:
virtual host : /mcollective
Pattern : ^.*
apply to : all
definition : federation-upstream-set: all
Priority : 0

I created exhanges as below,

mcollective_broadcast -> topic -> durable 
mcollective_directed -> direct -> durable 
mcollective_reply -> direct -> durable 
canada_mcollective_broadcast -> topic -> durable 
canada_mcollective_directed -> direct -> durable 
texas_mcollective_broadcast -> topic -> durable 
texas_mcollective_directed -> direct -> durable 

so when do mco ping am not getting response from all the connected servers 
and sometimes am getting response from some server. Mean not getting stable 
response.
I checked on logs and found that exchanges are fordwarded to each location 
federatiion cluster. 
But if do mco shell for each server name with their identity then am 
getting proper response. I think am missing something here to work with 
geographical federation configuration.

also i have added the parameter "plugin.rabbitmq.use_reply_exchange = true" 
on both server and client cfg file. 

Any help please.. 

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"mcollective-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to