How do I send a message to a specific client or a group of client when all of the client subscribe to the same queue? I encounter this problem because I do not want to create a queue for each client. I think it will be a huge overhead for broker when I have more than 15K clients. Am I correct?
Because I am using C++ client so there is no JMS selector support. I don't think it will be implemented by add an exchange plug-in. Where should I start if I want to implement this feature? B.R. Chenta -- View this message in context: http://n2.nabble.com/Sending-message-to-specific-client-tp2345847p2345847.html Sent from the Apache Qpid users mailing list archive at Nabble.com. --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:[email protected]
