コード例 #1
0
ファイル: messaging.py プロジェクト: KeithLatteri/awips2
 def testProperties(self):
   msg = Message()
   msg.to = "to-address"
   msg.subject = "subject"
   msg.correlation_id = str(self.test_id)
   msg.properties = MessageEchoTests.TEST_MAP
   msg.reply_to = "reply-address"
   self.check(msg)