Re: Create queues at runtime using Proton Client and Qpid Java Broker

2016-09-27 Thread Robbie Gemmell
Another option than the below could also to be look at using the brokers HTTP management interface. On 27 September 2016 at 16:30, Rob Godfrey wrote: > Hi Dominik, > > AMQP 1.0 doesn't define a way of creating queues through the core > protocol - that will be in the future management specificatio

Re: Create queues at runtime using Proton Client and Qpid Java Broker

2016-09-27 Thread Rob Godfrey
Hi Dominik, AMQP 1.0 doesn't define a way of creating queues through the core protocol - that will be in the future management specification, so there isn't anything directly analogous to the {create always} syntax (which causes the client to emit some AMQP 0-x commands)... however the upcoming 6.