~ubuntu-branches/ubuntu/vivid/oslo.messaging/vivid-proposed

« back to all changes in this revision

Viewing changes to oslo/messaging/_drivers/impl_qpid.py

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2014-07-09 10:41:23 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20140709104123-fjabdghdol0d71zm
Tags: 1.4.0.0~a3-0ubuntu1
New upstream release. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
680
680
    def topic_send(self, exchange_name, topic, msg, timeout=None, retry=None):
681
681
        """Send a 'topic' message."""
682
682
        #
683
 
        # We want to create a message with attributes, e.g. a TTL. We
 
683
        # We want to create a message with attributes, for example a TTL. We
684
684
        # don't really need to keep 'msg' in its JSON format any longer
685
685
        # so let's create an actual Qpid message here and get some
686
686
        # value-add on the go.