Re: Flow Control for JMS Durable Subscribers

2013-10-21 Thread Pavel Moravec
What version of qpid Java client do you use? I tried 0.24 and it created the queue with proper options: $ ./run_example.sh org.apache.qpid.example.Drain -f -c 1 "amq.fanout; {link:{durable:True, name:'my-subscription', x-declare:{auto-delete:True, arguments:{'qpid.auto_delete_timeout':10" &

Re: Flow Control for JMS Durable Subscribers

2013-10-21 Thread Gordon Sim
On 10/17/2013 10:19 PM, Andrew Grissom wrote: I have a Java client using the JMS interfaces that connects to the qpid C++ broker to receive updates on a topic. I need to make this subscription durable, which is pretty easy using the straight JMS calls. However, the problem I have is how do I h

Re: Flow Control for JMS Durable Subscribers

2013-10-21 Thread Gordon Sim
On 10/20/2013 10:19 PM, Andrew Grissom wrote: I took a look at the examples and that works just like I wanted, I'm not sure how my googling missed that page. I also saw that I can have the queue be auto-deleted after a certain time period, but it does not seem to work when I make the queues dur

AMQP_1.0 activemq server side context.xml configuration spring

2013-10-21 Thread guenther
Hi, I'm trying to implement the Hello-example, but would like to use Spring with Tomcat on the server side. Currently I have an application.xml (which I successfully used for activemq and tcp) with a JNDI-reference to a context.xml which looks like this: So what would I have to chang