Re: [Proton-J] Create exchange / queues and bind them using proton-j library

2018-01-31 Thread dexter
Yes, I'm using Broker-J 7.0.0. Thank you for pointing me the nodeAutoCreationPolicies and AMQP Management protocol. I tried nodeAutoCreationPolicies, it works but it's not flexible and it depends on the broker specific condifguration. AMQP Management protocol looks better, even if it's just a

[Proton-J] Create exchange / queues and bind them using proton-j library

2018-01-30 Thread dexter
Hi, I'm trying to create dynamically an exchange type topic and some queues and bind them with the topic using a bindingKey using the latest Java library proton-j-0.25.0.jar on a Apache Qpid Broker-J 7.0.0 server. If the exchange / queues are in place (created using RabbitMQ library