I just tried your solution, it works :) I didn't realize I could create topics on the fly.
falconair, Since I don't do this kind of thing myself, I may not understand all of the issues in your application domain. Let me see if I understand what the issues are. 1. There are many topics. You want to use hierarchies to manage them. Wildcards do that well in the topic exchange. 2. You want to create topics dynamically, at run time, without using a predefined properties file. I think this is possible using 'session.createTopic(topicName)', where topicName can use wildcards like 'usa.*', '*.news', etc. What am I missing? What other issues are there? Jonathan --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:[email protected] -- View this message in context: http://n2.nabble.com/how-to-programatically-create-thousands-of-topics-%28for-marketdata%29--tp2528658p2534085.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]
