Skip to content

Commit

Permalink
Merge pull request #59 from mokshaproject/typofix
Browse files Browse the repository at this point in the history
A typofix.
  • Loading branch information
mikebonnet committed Jun 8, 2018
2 parents df5bd7e + 69d8b81 commit 23172d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moksha.hub/moksha/hub/stomp/stomp.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def connected(self, server_heartbeat):
# This extension is only concerned with the queue, and negotiating that
# with the broker.
stomp_queue = self.config.get('stomp_queue', None)
if stomp_queue and self._topics and self.topics != [stomp_queue]:
if stomp_queue and self._topics and self._topics != [stomp_queue]:
log.info('Discarding consumer-specified topics in favor of '
'stomp_queue=%s: %r' % (stomp_queue, self._topics))
# Overwrite the declarations of all of our consumers.
Expand Down

0 comments on commit 23172d6

Please sign in to comment.