#88 self.credentials is not a thing.
Merged 6 years ago by jskladan. Opened 6 years ago by ralph.
taskotron/ ralph/resultsdb stomp-creds  into  develop

file modified
+1 -1
@@ -127,7 +127,7 @@ 

  

          conn = self.stomp.Connection(**self.connection)

          conn.start()

-         conn.connect(**self.credentials)

+         conn.connect()

          try:

              conn.send(**kwargs)

          finally:

I'm not sure how this made it in last time, but self.credentials is not
defined, nor is it needed. All of the connection information should be stored
in self.connection.

Found via testing against a real live ActiveMQ broker.

Commit 4e31034 fixes this pull-request

Pull-Request has been merged by jskladan

6 years ago

Pull-Request has been merged by jskladan

6 years ago
Metadata