Adding and deleting queues and exchanges programatically

2012-02-10 Thread sinduja . ramaraj
Hi, Can someone explain how to add and delete queues and exchanges programatically? In qpid-0.14,queueDeclare() and exchangeDeclare() seems to be obsolete. Please correct me if iam wrong. Moreover we normally use qpid-config to add and delete queues and exchanges. But how to do the same in c++

Re: Adding and deleting queues and exchanges programatically

2012-02-10 Thread Fraser Adams
Hi Sindura, The way to do it programatically is to use QMF (the Qpid Management Framework). It's not too complicated, but unfortunately it's not trivial either. Apologies for the long response, but I hope it's enough to get you started. There's definitely enough information here, so the exam