I would like to quickly identify exchange-queue bindings while examining the
raw json. 
Currently, I see something similar to this queue definition with binding
block as :

{
  "id" : <UUID1>
  "name": "queuename",
  "type" : "standard"
   … (more irrelevant stuff)
   "bindings" : [{
         "exchange" : <UUID of some exchange>
         "id" : <UUID2>
         "name" : "queuename"
         … (more irrelevant stuff)
 }]
}

*Is there a way to enable exchange names in this format* (with the UUID
present as well, perhaps)? 

I have a work around where I am including a key that is invalid, say
"_comments", and giving it the value of the exchange name. The key is
ignored by the application and is persisted across starts/restarts in the
file, as far as I can tell. This seems inelegant and I am concerned it is
not scalable going to new versions.

I am using Java 6.1.4 and can not upgrade to a newer build yet.   

Thanks.



--
Sent from: http://qpid.2158936.n2.nabble.com/Apache-Qpid-users-f2158936.html

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

Reply via email to