rawrabbit.json 521 B

123456789101112131415161718192021222324
  1. {
  2. "Username": "wayne",
  3. "Password": "wayne",
  4. "VirtualHost": "/",
  5. "Port": 5672,
  6. "Hostnames": [ "localhost" ],
  7. "RequestTimeout": "00:00:10",
  8. "PublishConfirmTimeout": "00:00:02",
  9. "RecoveryInterval": "00:00:10",
  10. "PersistentDeliveryMode": true,
  11. "AutoCloseConnection": true,
  12. "AutomaticRecovery": true,
  13. "TopologyRecovery": true,
  14. "Exchange": {
  15. "Durable": true,
  16. "AutoDelete": true,
  17. "Type": "Topic"
  18. },
  19. "Queue": {
  20. "AutoDelete": true,
  21. "Durable": true,
  22. "Exclusive": false
  23. }
  24. }