I read the documentation regarding the virtual topic. I understand the consumers consume the messsages from the phisical queue tied to the virtual topic. But one thing I am still not clear is wheter the consumers subscrible the virutal topic or its phisical queues. Thanks!
James.Strachan wrote: > > On 2/19/07, LiXiao2007 <[EMAIL PROTECTED]> wrote: >> >> The capability of virtuall topic is exact thing I need for my >> applicaiton. >> But I am wondering if I have to use Spring Framework for configuring a >> vitual top. > > Not at all. You can just use pure Java to configure a broker. > > http://activemq.apache.org/how-do-i-embed-a-broker-inside-a-connection.html > > >> Also could someone point me some examples for the configuration >> and use of virtual topic? > > http://activemq.apache.org/virtual-destinations.html > > -- > > James > ------- > http://radio.weblogs.com/0112098/ > > -- View this message in context: http://www.nabble.com/Do-I-have-to-use-Spring-Framework-to-configure-virtaul-topic-tf3253571s2354.html#a9049576 Sent from the ActiveMQ - User mailing list archive at Nabble.com.
