chenta lee wrote:
When we have 15K queue in one broker. Will the same message be duplicated 15k times if I using fanout exchange? or it will just use a pointer/ref to the message?
The actual message data will be not be copied, each queue will hold a reference to it.
--------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:[email protected]
