My question was with respect to AMQP 1.0 compliance qpid Broker and AMQP 1.0 JMS java client .
On Thu, May 9, 2013 at 4:45 PM, Rob Godfrey <rob.j.godf...@gmail.com> wrote: > Hi Rakesh, > > apologies - I've been rather busy over the last couple of weeks... > > I'll try to look at the issue with the Java Client / Broker today. > > > > > > > > I have another question , if we are specifying target with distribution > > > Mode as 'COPY' while creating receiving link , then how message will be > > > expired from the Distribution Node as per AMQP protocol. (let me know > if > > I > > > am not clear) > > > > In answer to your question, how messages get expired is really a property > of the node. Currently the implementation of queues in the Java Broker has > no way of making them behave as topics. > > If you want to use topics with the Java broker, the way to do so right now > would be to create a topic exchange for each topic that you wish to > create. Then use the name of the exchange as the name of the topic. under > the covers the Java Broker will create a temporary queue for each > subscription, much as AMQP 0.8/9/10 do. > > -- Rob > > > > > > > > Regards, > > > Rakesh > > > > > >