Re: Do I have to use Spring Framework to configure virtaul topic

2009-03-30 Thread chutny
setup a composite destination with > filters... > > http://activemq.apache.org/maven/activemq-core/apidocs/org/apache/activemq/broker/region/virtual/FilteredDestination.html > > -- > > James > --- > http://radio.weblogs.com/0112098/ > > -- View this message in c

Re: Do I have to use Spring Framework to configure virtaul topic

2007-02-22 Thread James Strachan
On 2/20/07, LiXiao2007 <[EMAIL PROTECTED]> wrote: James, Thank you very much for answering my previous question. My next question is whether I can set up filters to virtual topic so the only needed messages are delivered to the physical queues. The default out-of-the-box virtual destinations do

Re: Do I have to use Spring Framework to configure virtaul topic

2007-02-20 Thread LiXiao2007
er, concurrent consumption, > message groups etc) > > -- > > 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#a9070010 Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Do I have to use Spring Framework to configure virtaul topic

2007-02-20 Thread James Strachan
On 2/19/07, LiXiao2007 <[EMAIL PROTECTED]> wrote: 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 o

Re: Do I have to use Spring Framework to configure virtaul topic

2007-02-19 Thread LiXiao2007
vemq.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.

Re: Do I have to use Spring Framework to configure virtaul topic

2007-02-19 Thread James Strachan
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.

Do I have to use Spring Framework to configure virtaul topic

2007-02-19 Thread LiXiao2007
://www.nabble.com/Do-I-have-to-use-Spring-Framework-to-configure-virtaul-topic-tf3253571s2354.html#a9044469 Sent from the ActiveMQ - User mailing list archive at Nabble.com.