Sha256: e177b7cf1886e513b4f54c0a328e7b95080a25c8112e3ef85e259ceb84192440

Contents?: true

Size: 486 Bytes

Versions: 8

Compression:

Stored size: 486 Bytes

Contents

# Window 1:
# Step 1
rm -rf data data_backup
hornetq_server hornetq.yml backup_server
# Wait for HornetQ Server version ... started

# Window 2:
# Step 2
hornetq_server hornetq.yml live_server &
# Step 5
# View window 3&4 looking for "1000" signifying that 1000 messages have been produced/consumed
kill -9 %1 (or whatever the background job id for the server is) (or start in the foreground and just cntl-c)

# Window 3:
# Step 3
./producer.rb 10000

# Window 4:
# Step 4
./consumer.rb

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
jruby-hornetq-0.5.0.alpha examples/transaction-failover/README
jruby-hornetq-0.4.0 examples/transaction-failover/README
jruby-hornetq-0.3.3 examples/transaction-failover/README
jruby-hornetq-0.3.2 examples/transaction-failover/README
jruby-hornetq-0.3.1 examples/transaction-failover/README
jruby-hornetq-0.3.0.alpha examples/transaction-failover/README
jruby-hornetq-0.2.5.alpha examples/advanced/transaction-failover/README
jruby-hornetq-0.2.3.alpha examples/advanced/transaction-failover/README