Sha256: d2be65b835b48b32ecb7cf8042f6b3831734f98a480735337341fe3ab71c40b0
Contents?: true
Size: 834 Bytes
Versions: 11
Compression:
Stored size: 834 Bytes
Contents
# Step 0 # Follow the directions for configuring jms.yml located in examples/README # Perform steps 1-4 in separate terminals # Step 1 # Start a JMS Server # Step 2 # Start up the manager rm -f modern_times.yml jruby manager.rb # Step 3 # Start up jconsole # Attach to the manager process # Go to the MBeans tab # Open up the tree to ModernTimes => Manager => Operations => start_worker # Enter BarWorker for worker, 2 for count, clear the options field, and click the start_worker button. # Enter BazWorker for worker, 3 for count, clear the options field, and click the start_worker button. # Step 4 # Publish 10 messages to the BarWorker and 5 to the BazWorker jruby publish.rb 10 5 # Step 5 # cntl-c the manager.rb process and start it back up. It should come back with # the workers that have been configured via jconsole
Version data entries
11 entries across 11 versions & 1 rubygems