Nominal wrote:
Currently I am running one queue with a 15 message per second rate on average, those failover queues are created and deleted at pretty much the same rate. The producers are producing at one message per connection/session. This seems to create a new queue bound to the amq.failover exchange for each message.. I'm thinking I may be doing something wrong in this regard, but I don't see another obvious way.
The failover queues are created for each connection, and should be deleted when the connection is then closed.
Producing one message per session/connection will obviously not give the best throughput. Is there a reason you want/have to use that pattern?
--------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:[email protected]
