Beispiel #1
0
 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)