Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2013
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.13 KB | None | 0 0
  1. 2013-08-22 13:20:32,994 Running noc-sync
  2. 2013-08-22 13:20:32,996 Setting up 'select' polling method
  3. 2013-08-22 13:20:32,997 Activating 'select' poller
  4. 2013-08-22 13:20:32,998 register_socket(<PipeSocket(0x7fdac9be1810, )>,None)
  5. 2013-08-22 13:20:32,998 STOMP(10.0.0.1:19705): Starting client
  6. 2013-08-22 13:20:32,998 STOMP(10.0.0.1:19705): Running client factory
  7. 2013-08-22 13:20:32,998 STOMP(10.0.0.1:19705): subscribe /queue/sync/dns/zone/ch1/ (id=0)
  8. 2013-08-22 13:20:32,998 STOMP(10.0.0.1:19705): Starting connection
  9. 2013-08-22 13:20:32,999 register_socket(<STOMPClientSocket(0x7fdac9bfab50, 10.0.0.1:19705, )>,None)
  10. 2013-08-22 13:20:32,999 STOMP(10.0.0.1:19705): send (/queue/sync/dns/zone/): {'cmd': 'list', 'channel': 'ch1'}
  11. 2013-08-22 13:20:32,999 Running socket factory (SelectPoller)
  12. 2013-08-22 13:20:32,999 [<PipeSocket(0x7fdac9be1810, )>] Initializing socket
  13. 2013-08-22 13:20:32,999 [<STOMPClientSocket(0x7fdac9bfab50, 10.0.0.1:19705, )>] Initializing socket
  14. 2013-08-22 13:20:33,005 [<STOMPClientSocket(0x7fdac9bfab50, 10.0.0.1:19705, )>] Connecting 10.0.0.1:19705
  15. 2013-08-22 13:20:33,006 [<STOMPClientSocket(0x7fdac9bfab50, 10.0.0.1:19705, )>] Connected
  16. 2013-08-22 13:20:33,006 [<STOMPClientSocket(0x7fdac9bfab50, 10.0.0.1:19705, connected)>] Sending STOMP message:
  17. CONNECT
  18. content-length:0
  19. accept-version:1.1
  20. client-id:noc-sync
  21. host:10.0.0.1
  22. passcode:noc
  23. login:noc
  24. content-type:text/plain
  25.  
  26. ^@
  27. 2013-08-22 13:20:33,010 [<STOMPClientSocket(0x7fdac9bfab50, 10.0.0.1:19705, connected)>] Receiving STOMP frame:
  28. CONNECTED
  29. content-length:0
  30. version:1.1
  31. content-type:text/plain
  32.  
  33.  
  34. 2013-08-22 13:20:33,011 STOMP(10.0.0.1:19705): Refreshing subscription to '/queue/sync/dns/zone/ch1/'
  35. 2013-08-22 13:20:33,011 [<STOMPClientSocket(0x7fdac9bfab50, 10.0.0.1:19705, connected)>] Sending STOMP message:
  36. SUBSCRIBE
  37. ack:auto
  38. content-length:0
  39. destination:/queue/sync/dns/zone/ch1/
  40. content-type:text/plain
  41. id:0
  42.  
  43. ^@
  44. 2013-08-22 13:20:33,011 [<STOMPClientSocket(0x7fdac9bfab50, 10.0.0.1:19705, connected)>] Sending STOMP message:
  45. SEND
  46. content-length:33
  47. destination:/queue/sync/dns/zone/
  48. content-type:text/json
  49.  
  50. {"cmd": "list", "channel": "ch1"}^@
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement