<html><body>
<p><font size="2" face="sans-serif">oslo.message target can be created with fanout set to be true to allow a message to be consumed by multiple consumers (targets), however, it does not really work. Looked through oslo.messaging test cases, there is no one test case actually test fanout=True. Is this a bug or I am not using it right? Here is how my target gets created.</font><br>
<br>
<font size="2" face="sans-serif">     </font><font size="2" face="Consolas">oslo.messaging.Target(topic=topic, </font><font size="2" face="Consolas">exchange=exchange, fanout=</font><font size="2" color="#0000FF" face="Consolas">True</font><font size="2" face="Consolas">)</font><br>
<br>
<font size="2" face="sans-serif">The use case is to consume messages posted onto notifications queue by multiple consumers, so that each consume processes the message according to its need. The problem is that only one consume gets a message, not all consumers get the same message. Seems to me that the fanout = True is not working. Can anyone shed some lights on this?</font><br>
<br>
<font size="2" face="sans-serif">Thanks. </font><br>
<br>
<font size="2" face="sans-serif">Tong Li<br>
</font></body></html>