From e5b8327a3bbf2aeed240d34d067793d52f44e751 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: May 16 2018 00:18:47 +0000 Subject: Fix stomp syntax in our example. This is how STOMP topics look. :) --- diff --git a/conf/settings.py.example b/conf/settings.py.example index b314d25..d61e544 100644 --- a/conf/settings.py.example +++ b/conf/settings.py.example @@ -9,7 +9,7 @@ PORT = 5004 ## Alternatively, you could use stomp to publish messages to a message bus. #MESSAGE_PUBLISHER = 'stomp' #STOMP_CONFIGS = { -# 'destination': 'topic://VirtualTopic.eng.waiverdb.waiver.new', +# 'destination': '/topic/VirtualTopic.eng.waiverdb.waiver.new', # 'connection': { # 'host_and_ports': [ # ('broker01', 61612),