From c2458dee78d2844cccb37bd79607af61dd191229 Mon Sep 17 00:00:00 2001 From: Austin Schaffer Date: Thu, 7 Nov 2019 17:07:22 -0500 Subject: [DEV-5312] Convert most parts of RatingService Publish to TS --- conf/vanilla-server.json | 32 ++++++++++++++++++++++---------- 1 file changed, 22 insertions(+), 10 deletions(-) (limited to 'conf') diff --git a/conf/vanilla-server.json b/conf/vanilla-server.json index da222bb..4f79ad6 100644 --- a/conf/vanilla-server.json +++ b/conf/vanilla-server.json @@ -51,16 +51,28 @@ "domain": "" }, "postRatePublish": { - "protocol": "amqp", - "hostname": "localhost", - "port": 5672, - "username": "", - "password": "", - "locale": "en_US", - "frameMax": 0, - "heartbeat": 0, - "vhost": "/", - "queueName": "postrate" + "protocol": "amqp", + "hostname": "localhost", + "port": 5672, + "username": "", + "password": "", + "locale": "en_US", + "frameMax": 0, + "heartbeat": 0, + "vhost": "/", + "exchange": "postrate" + }, + "deltaPublish": { + "protocol": "amqp", + "hostname": "localhost", + "port": 5672, + "username": "", + "password": "", + "locale": "en_US", + "frameMax": 0, + "heartbeat": 0, + "vhost": "/", + "exchange": "quoteupdate" } }, "c1export": { -- cgit v1.2.1