diff --git a/examples/gateway.stomp.conf.example b/examples/gateway.stomp.conf.example index 8e6cdd764..ab09a45f7 100644 --- a/examples/gateway.stomp.conf.example +++ b/examples/gateway.stomp.conf.example @@ -25,6 +25,6 @@ gateway.stomp { } listeners.tcp.default { - bind = 0.0.0.0:61613 + bind = "0.0.0.0:61613" } }