Dear Gordon, how to configure the auto-delete-timeout tag in the format BURL
this is my code: String address = "BURL:direct://exchange-output/" + this.replyTo + "/" + this.replyTo + "?routingkey='"+this.replyTo"; AMQDestination dest1 = new AMQAnyDestination(address); if the option is ADRR format, how to defined by the exchange, queue, routingkey a single URL? thanks a lot... 2011/12/7 Gordon Sim <[email protected]> > On 12/06/2011 07:46 PM, Fraser Adams wrote: > >> There's some useful docs for x-declare here >> https://cwiki.apache.org/**confluence/display/qpid/Qpid+** >> extensions+to+AMQP<https://cwiki.apache.org/confluence/display/qpid/Qpid+extensions+to+AMQP> >> but it's quite hard to find and doesn't really illustrate that you still >> need the "auto-delete:True" bit, which is possibly something you've >> missed? >> > > BTW I added a page on the wiki to collect some common example addresses > for different cases. Comments, suggestions improvements always welcome! > > https://cwiki.apache.org/**confluence/display/qpid/**Addressing+Examples<https://cwiki.apache.org/confluence/display/qpid/Addressing+Examples> > > > ------------------------------**------------------------------**--------- > Apache Qpid - AMQP Messaging Implementation > Project: http://qpid.apache.org > Use/Interact: > mailto:users-subscribe@qpid.**apache.org<[email protected]> > > -- Gastón Quezada
