Sha256: 6f5f1f1daec307a55f477bcbc323c1ab013f0b79500f7553b04c2cc38e6207b1
Contents?: true
Size: 716 Bytes
Versions: 3
Compression:
Stored size: 716 Bytes
Contents
# Step 1 # Start a hornetq server (gem install jruby-hornetq if necessary) hornetq_server hornetq.yml server # Step 2 # Start up the manager 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 and 2 for count and click the start_worker button # Enter BazWorker for worker and 3 for count and click the start_worker button # Step 4 # Publish 10 messages to the BarWorker and 20 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
modern_times-0.1.2 | examples/simple/README |
modern_times-0.1.1 | examples/simple/README |
modern_times-0.1.0 | examples/simple/README |