Advertisement
Guest User

Untitled

a guest
Aug 27th, 2012
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. noc@noc /opt/noc> ./scripts/stomp-bench -c /tmp/s1.out
  2. Traceback (most recent call last):
  3. File "./scripts/stomp-bench", line 100, in <module>
  4. main_consumer()
  5. File "./scripts/stomp-bench", line 49, in main_consumer
  6. client = STOMPClient("127.0.0.1", 19705)
  7. File "/opt/noc/lib/stomp/client.py", line 31, in __init__
  8. self.factory = factory or SocketFactory(write_delay=False)
  9. TypeError: __init__() got an unexpected keyword argument 'write_delay'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement