On 12/07/17 14:40, Mestiri Meher wrote:
Hello,

How are you doing ?

I'm new to qpid and facing some issues with the basics;

I don't find a tuto or a step by step example using java to create :

Exchange zone, queues, binding, consumer, producer.

The most important thing that i can't find is how to create the exchange
zone and binding using routing key, all that i want to do it not in command
line but using the java (qpid client dependency for instance or even if
ther's any spring-amqp implementation for the qpid that would be great).

That isn't something that is directly supported very well. At present the primary API for java clients is still JMS. Also, the model of exchanges, queues and bindings is a legacy from pre 1.0 AMQP. AMQP 1.0, which is the standard we wish to promote, does not define bindings or exchanges. For brokers that do support that model, you can use message based management protocols, but the details of this are still very broker specific.

Do you need to be doing explicit creation of exchanges and bindings? Or would topic subscriptions (including potentially shared subscriptions) and queues meet your needs?


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to