blob: 38cc146ae6d2bb52aa6ab3fbb08350e410b2745c (
plain)
1
2
3
4
5
6
7
|
connectionfactory.local = amqp://username:password@clientid/test?brokerlist='tcp://localhost:5672'
queue.MyQueue = example.MyQueue
queue.xaQueue = xaQueue
topic.xaTopic = xaTopic
topic.durableSubscriberTopic = durableSubscriberTopic
|