-----------------bacon wrote-------------
> Outout of qpid-stat -e on A after trying to send a message to b and then c
>
>Exchanges
>  exchange            type     dur  bind  msgIn  msgOut  msgDrop  byteIn 
> byteOut  byteDrop
> 
> >===========================================================================================
>                      direct           3     0      0       0        0      
> 0        0
>  amq.direct          direct   Y       0    76     76       0     34.7k  
> 34.7k       0
>  amq.fanout          fanout   Y       0     0      0       0        0      
> 0        0
>  amq.match           headers  Y       0     0      0       0        0      
> 0        0
>  amq.topic           topic    Y       0     0      0       0        0      
> 0        0
>  *test-topic        topic            2     3      2       1       12      
> 8        4  <--- (drop is 1 after attempt to sent to c) *
>  qmf.default.direct  direct           0     9      9       0     2.40k  
> 2.40k       0
>  qmf.default.topic   topic            1   333      7     326      255k  
> 17.2k     238k
>  qpid.management     topic            0     0      0       0        0      
> 0        0


    In the above output it is very clear in the stats of "bytesDrop".
>
>Thought: It seems that A doesn't know anything a about C or c so it drops
the message... could this have something to do
>with using a topic exchange? Or should B be telling A what it knows about C
(but isn't)? 
>

   Try once with fanout exchange instead of topic exchange and let me know
whether any change will be there are not ? 



--
View this message in context: 
http://qpid.2158936.n2.nabble.com/Dynamic-routing-between-disconnected-exchanges-tp7598100p7598155.html
Sent from the Apache Qpid users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org
For additional commands, e-mail: users-h...@qpid.apache.org

Reply via email to