Hi Gordon, Thanks for your info! Actually I did it as you said by creating a queue for each route :) And I don't know why the guys don't update distribution packages on repositories (I mean CentOS / Ubuntu)?
Best and Appreciate Afshin On Wed, Sep 3, 2014 at 2:24 PM, Gordon Sim <[email protected]> wrote: > On 09/01/2014 01:09 PM, afshin afzali wrote: > >> Hi Guys, >> >> I have a start topology where there is a Qpid 0.14 on center and many Qpid >> 0.18 are around. I want to configure push routes which go from center to >> around. The problem is if more than one around broker become active, on >> the >> center broker I have a regular exception: >> >> error Execution exception: resource-locked: Cannot grant exclusive >> access >> to queue bridge_queue_1_3cce3cda-d396-4ff6-9ee8-853b4d09d8a1 >> (qpid/broker/SessionAdapter.cpp:332) >> >> I noticed that there is just one queue (i.e. bridge_queue_1_xxxxxxx ) for >> all of the push routes and apparently server needs to grant exclusive >> access to it for every route. >> > > Yes, that was https://issues.apache.org/jira/browse/QPID-3773, which was > fixed for later versions. Is there any way you can upgrade? > > If not you could instead try explicitly create a queue for each push > route, bind it to the exchange and then do a queue sourced push route. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
