Esempio n. 1
0
 def __init__(self, host="localhost", port=61613):
     self.stomp = Stomp(host, port)
     self._current_transaction = None
Esempio n. 2
0
 def __init__(self, host=config.MSGIP, port=61613):
     self.stomp = Stomp(host, port)
     self._current_transaction = None