Advertisement
Guest User

RabbitMQ Broker Configuration

a guest
Oct 16th, 2013
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.19 KB | None | 0 0
  1. {
  2. "rabbit_version":"3.1.5",
  3. "users":[
  4. {
  5. "name":"guest",
  6. "password_hash":"+64OVsor+XcSKBEj61QDkmcyx/s=",
  7. "tags":"administrator"
  8. }
  9. ],
  10. "vhosts":[
  11. {
  12. "name":"/"
  13. }
  14. ],
  15. "permissions":[
  16. {
  17. "user":"guest",
  18. "vhost":"/",
  19. "configure":".*",
  20. "write":".*",
  21. "read":".*"
  22. }
  23. ],
  24. "parameters":[
  25.  
  26. ],
  27. "policies":[
  28.  
  29. ],
  30. "queues":[
  31. {
  32. "name":"error06",
  33. "vhost":"/",
  34. "durable":true,
  35. "auto_delete":false,
  36. "arguments":{
  37.  
  38. }
  39. },
  40. {
  41. "name":"error03",
  42. "vhost":"/",
  43. "durable":true,
  44. "auto_delete":false,
  45. "arguments":{
  46.  
  47. }
  48. },
  49. {
  50. "name":"error15",
  51. "vhost":"/",
  52. "durable":true,
  53. "auto_delete":false,
  54. "arguments":{
  55.  
  56. }
  57. },
  58. {
  59. "name":"error13",
  60. "vhost":"/",
  61. "durable":true,
  62. "auto_delete":false,
  63. "arguments":{
  64.  
  65. }
  66. },
  67. {
  68. "name":"error04",
  69. "vhost":"/",
  70. "durable":true,
  71. "auto_delete":false,
  72. "arguments":{
  73.  
  74. }
  75. },
  76. {
  77. "name":"error09",
  78. "vhost":"/",
  79. "durable":true,
  80. "auto_delete":false,
  81. "arguments":{
  82.  
  83. }
  84. },
  85. {
  86. "name":"error05",
  87. "vhost":"/",
  88. "durable":true,
  89. "auto_delete":false,
  90. "arguments":{
  91.  
  92. }
  93. },
  94. {
  95. "name":"error02",
  96. "vhost":"/",
  97. "durable":true,
  98. "auto_delete":false,
  99. "arguments":{
  100.  
  101. }
  102. },
  103. {
  104. "name":"error01",
  105. "vhost":"/",
  106. "durable":true,
  107. "auto_delete":false,
  108. "arguments":{
  109.  
  110. }
  111. },
  112. {
  113. "name":"error11",
  114. "vhost":"/",
  115. "durable":true,
  116. "auto_delete":false,
  117. "arguments":{
  118.  
  119. }
  120. },
  121. {
  122. "name":"error08",
  123. "vhost":"/",
  124. "durable":true,
  125. "auto_delete":false,
  126. "arguments":{
  127.  
  128. }
  129. },
  130. {
  131. "name":"error16",
  132. "vhost":"/",
  133. "durable":true,
  134. "auto_delete":false,
  135. "arguments":{
  136.  
  137. }
  138. },
  139. {
  140. "name":"error14",
  141. "vhost":"/",
  142. "durable":true,
  143. "auto_delete":false,
  144. "arguments":{
  145.  
  146. }
  147. },
  148. {
  149. "name":"error07",
  150. "vhost":"/",
  151. "durable":true,
  152. "auto_delete":false,
  153. "arguments":{
  154.  
  155. }
  156. },
  157. {
  158. "name":"error10",
  159. "vhost":"/",
  160. "durable":true,
  161. "auto_delete":false,
  162. "arguments":{
  163.  
  164. }
  165. },
  166. {
  167. "name":"error12",
  168. "vhost":"/",
  169. "durable":true,
  170. "auto_delete":false,
  171. "arguments":{
  172.  
  173. }
  174. }
  175. ],
  176. "exchanges":[
  177. {
  178. "name":"error.hash",
  179. "vhost":"/",
  180. "type":"x-consistent-hash",
  181. "durable":true,
  182. "auto_delete":false,
  183. "internal":true,
  184. "arguments":{
  185. "hash-header":"message-distribution-hash"
  186. }
  187. },
  188. {
  189. "name":"logging.topic",
  190. "vhost":"/",
  191. "type":"topic",
  192. "durable":true,
  193. "auto_delete":false,
  194. "internal":false,
  195. "arguments":{
  196.  
  197. }
  198. }
  199. ],
  200. "bindings":[
  201. {
  202. "source":"error.hash",
  203. "vhost":"/",
  204. "destination":"error01",
  205. "destination_type":"queue",
  206. "routing_key":"1",
  207. "arguments":{
  208.  
  209. }
  210. },
  211. {
  212. "source":"error.hash",
  213. "vhost":"/",
  214. "destination":"error02",
  215. "destination_type":"queue",
  216. "routing_key":"1",
  217. "arguments":{
  218.  
  219. }
  220. },
  221. {
  222. "source":"error.hash",
  223. "vhost":"/",
  224. "destination":"error03",
  225. "destination_type":"queue",
  226. "routing_key":"1",
  227. "arguments":{
  228.  
  229. }
  230. },
  231. {
  232. "source":"error.hash",
  233. "vhost":"/",
  234. "destination":"error04",
  235. "destination_type":"queue",
  236. "routing_key":"1",
  237. "arguments":{
  238.  
  239. }
  240. },
  241. {
  242. "source":"error.hash",
  243. "vhost":"/",
  244. "destination":"error05",
  245. "destination_type":"queue",
  246. "routing_key":"1",
  247. "arguments":{
  248.  
  249. }
  250. },
  251. {
  252. "source":"error.hash",
  253. "vhost":"/",
  254. "destination":"error06",
  255. "destination_type":"queue",
  256. "routing_key":"1",
  257. "arguments":{
  258.  
  259. }
  260. },
  261. {
  262. "source":"error.hash",
  263. "vhost":"/",
  264. "destination":"error07",
  265. "destination_type":"queue",
  266. "routing_key":"1",
  267. "arguments":{
  268.  
  269. }
  270. },
  271. {
  272. "source":"error.hash",
  273. "vhost":"/",
  274. "destination":"error08",
  275. "destination_type":"queue",
  276. "routing_key":"1",
  277. "arguments":{
  278.  
  279. }
  280. },
  281. {
  282. "source":"error.hash",
  283. "vhost":"/",
  284. "destination":"error09",
  285. "destination_type":"queue",
  286. "routing_key":"1",
  287. "arguments":{
  288.  
  289. }
  290. },
  291. {
  292. "source":"error.hash",
  293. "vhost":"/",
  294. "destination":"error10",
  295. "destination_type":"queue",
  296. "routing_key":"1",
  297. "arguments":{
  298.  
  299. }
  300. },
  301. {
  302. "source":"error.hash",
  303. "vhost":"/",
  304. "destination":"error11",
  305. "destination_type":"queue",
  306. "routing_key":"1",
  307. "arguments":{
  308.  
  309. }
  310. },
  311. {
  312. "source":"error.hash",
  313. "vhost":"/",
  314. "destination":"error12",
  315. "destination_type":"queue",
  316. "routing_key":"1",
  317. "arguments":{
  318.  
  319. }
  320. },
  321. {
  322. "source":"error.hash",
  323. "vhost":"/",
  324. "destination":"error13",
  325. "destination_type":"queue",
  326. "routing_key":"1",
  327. "arguments":{
  328.  
  329. }
  330. },
  331. {
  332. "source":"error.hash",
  333. "vhost":"/",
  334. "destination":"error14",
  335. "destination_type":"queue",
  336. "routing_key":"1",
  337. "arguments":{
  338.  
  339. }
  340. },
  341. {
  342. "source":"error.hash",
  343. "vhost":"/",
  344. "destination":"error15",
  345. "destination_type":"queue",
  346. "routing_key":"1",
  347. "arguments":{
  348.  
  349. }
  350. },
  351. {
  352. "source":"error.hash",
  353. "vhost":"/",
  354. "destination":"error16",
  355. "destination_type":"queue",
  356. "routing_key":"1",
  357. "arguments":{
  358.  
  359. }
  360. },
  361. {
  362. "source":"logging.topic",
  363. "vhost":"/",
  364. "destination":"error.hash",
  365. "destination_type":"exchange",
  366. "routing_key":"error.#",
  367. "arguments":{
  368.  
  369. }
  370. }
  371. ]
  372. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement