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

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

2018-01-31 Thread Gordon Sim
On 31/01/18 13:18, Keith W wrote: I think Dexter is using Qpid Broker-J. I do apologise. I saw RabbitMQ and clearly didn't spend enough time reading before responding! - To unsubscribe, e-mail:

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

2018-01-31 Thread Keith W
I think Dexter is using Qpid Broker-J. Broker-J does have the ability to dynamically create nodes (queues or exchanges) in response to an attempt to form a link to an address. This is called node auto creation and is something that is configured on the Broker. The client side has no knowledge.

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

2018-01-31 Thread Gordon Sim
On 30/01/18 23:29, dexter wrote: 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

[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