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.
self.credentials
self.connection
Found via testing against a real live ActiveMQ broker.
Commit 4e310346 fixes this pull-request
Pull-Request has been merged by jskladan
I'm not sure how this made it in last time, but
self.credentialsis notdefined, nor is it needed. All of the connection information should be stored
in
self.connection.Found via testing against a real live ActiveMQ broker.