[rabbitmq-discuss] fanout queue not working

Simon MacMullen simon at rabbitmq.com
Fri Mar 30 12:12:22 BST 2012


That sounds like it should be working. You are definitely publishing to 
the right exchange? Can you show us some sample code?

Cheers, Simon

On 30/03/12 01:26, octomeow wrote:
> newbie to rabbitmq  and I'm not getting messages into a certain queue
>
> I have a simple fanout exchange
> # rabbitmqctl list_exchanges
> rawlogs fanout
>
> I have bound this exchange to a few queues
> # rabbitmqctl list_bindings
> Listing bindings ...
>          exchange        log2_consumer       queue
> log2_consumer       []
>          exchange        rawlogs_consumer        queue
> rawlogs_consumer        []
> rawlogs exchange        log2_consumer       queue           []
> rawlogs exchange        rawlogs_consumer        queue
> logstash        []
> ...done.
>
> I connect fine to the log2_consumer queue....however, I get NO
> messages.
>
> my other queue..... the rawlogs_consumer does the the messges
> _______________________________________________
> rabbitmq-discuss mailing list
> rabbitmq-discuss at lists.rabbitmq.com
> https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss


-- 
Simon MacMullen
RabbitMQ, VMware


More information about the rabbitmq-discuss mailing list