Skip to content

Commit

Permalink
Some config comments about STOMP usage.
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphbean committed Oct 9, 2016
1 parent 8e5e9d1 commit 3714777
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions fedmsg.d/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,15 @@
# opposed to amqp or stomp.
zmq_enabled=True,

# On the other hand, if you wanted to use STOMP *instead* of zeromq, you
# could do the following...
#zmq_enabled=False,
#stomp_uri='localhost:59597,localhost:59598',
#stomp_user='username',
#stomp_pass='password',
#stomp_ssl_crt='/path/to/an/optional.crt',
#stomp_ssl_key='/path/to/an/optional.key',

# When subscribing to messages, we want to allow splats ('*') so we tell
# the hub to not be strict when comparing messages topics to subscription
# topics.
Expand Down

0 comments on commit 3714777

Please sign in to comment.