123456789101112131415161718192021222324 |
- {
- "Username": "wayne",
- "Password": "wayne",
- "VirtualHost": "/",
- "Port": 5672,
- "Hostnames": [ "localhost" ],
- "RequestTimeout": "00:00:10",
- "PublishConfirmTimeout": "00:00:02",
- "RecoveryInterval": "00:00:10",
- "PersistentDeliveryMode": true,
- "AutoCloseConnection": true,
- "AutomaticRecovery": true,
- "TopologyRecovery": true,
- "Exchange": {
- "Durable": true,
- "AutoDelete": true,
- "Type": "Topic"
- },
- "Queue": {
- "AutoDelete": true,
- "Durable": true,
- "Exclusive": false
- }
- }
|