daily pastebin goal
91%
SHARE
TWEET

Untitled

a guest Feb 27th, 2018 46 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ##
  2. ## Licensed to the Apache Software Foundation (ASF) under one
  3. ## or more contributor license agreements.  See the NOTICE file
  4. ## distributed with this work for additional information
  5. ## regarding copyright ownership.  The ASF licenses this file
  6. ## to you under the Apache License, Version 2.0 (the
  7. ## "License"); you may not use this file except in compliance
  8. ## with the License.  You may obtain a copy of the License at
  9. ##
  10. ##   http://www.apache.org/licenses/LICENSE-2.0
  11. ##
  12. ## Unless required by applicable law or agreed to in writing,
  13. ## software distributed under the License is distributed on an
  14. ## "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  15. ## KIND, either express or implied.  See the License for the
  16. ## specific language governing permissions and limitations
  17. ## under the License
  18. ##
  19.  
  20. # See the qdrouterd.conf (5) manual page for information about this
  21. # file's format and options.
  22.  
  23. router {
  24.     mode: standalone
  25.     id: Router.A
  26. }
  27.  
  28. listener {
  29.     host: 0.0.0.0
  30.     port: amqp
  31.     authenticatePeer: no
  32.     saslMechanisms: ANONYMOUS
  33. }
  34.  
  35. address {
  36.     prefix: closest
  37.     distribution: closest
  38. }
  39.  
  40. address {
  41.     prefix: multicast
  42.     distribution: multicast
  43. }
  44.  
  45. address {
  46.     prefix: unicast
  47.     distribution: closest
  48. }
  49.  
  50. address {
  51.     prefix: exclusive
  52.     distribution: closest
  53. }
  54.  
  55. address {
  56.     prefix: broadcast
  57.     distribution: multicast
  58. }
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand
 
Top