rabbitmq-exchange Questions

2

I have a scenario where I want to publish some messages to rabbitmq-exchange using a specific routing key for eg. abc The issue is there may already be any queue already binded with routing key "a...
Madly asked 10/4, 2015 at 11:59

2

Solved

In all the examples I find online, I see the exchange and the queue being declared before a messages are consumed. Declaring the exchange seems weird, because, why would I do it? I'm consuming a q...
Blah asked 1/4, 2015 at 18:16

1

I am trying to use php-amqplib for sending and receiving message. It works sending/receiving on terminal. But When go for web browser, unable to receive from queue it continuously waits for message...
Wiliness asked 9/1, 2015 at 13:15

2

Solved

I have a service that consumes messages from a RabbitMQ queue (posting to the queue is done through a topic exchange). Assuming that the service can theoretically fail and lose its state, possibili...
Cuba asked 14/10, 2014 at 21:41

1

Solved

I am working on a project with RabbitMQ. My code is below. Producer: public static void Main() { var factory = new ConnectionFactory() { HostName = "localhost" }; using (var connection = facto...
Pectinate asked 14/9, 2014 at 9:52

2

Solved

Is it possible to use federations or shovels to mirror the creation of exchanges and queues on one server to another ? All the examples I've seen of using shovels and federations use exchanges and...
Bowing asked 8/4, 2014 at 20:14

1

Could not find anything about this in either the docs or on google, except that it should be bound to the available resources of the server. Does anyone have experience with really large numbers o...
Bi asked 11/4, 2012 at 9:45

© 2022 - 2024 — McMap. All rights reserved.