Guest User

Untitled

a guest
Oct 20th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. irb(main):005:0> [root@ip-10-49-29-146 stomp-irb]# ./stomp-irb -s localhost -p 6163 --user adminuser --password adminpassword
  2. Interactive Ruby shell for STOMP
  3.  
  4. Type 'help' for usage instructions
  5.  
  6. irb(main):001:0> @connection.subscribe("/topic/nagios.results", {"transformation" => "jms-map-xml"})
  7. => {:destination=>"/topic/nagios.results", "content-length"=>"0", "transformation"=>"jms-map-xml"}
  8. irb(main):002:0> @connection.publish("/queue/ActiveMQ.Statistics.Destination.>", "", {"reply-to" => "/topic/nagios.results"})
  9. => nil
  10. irb(main):003:0>
Add Comment
Please, Sign In to add comment