Sha256: 961316a154ee17ddb2a379c433081ae401b5a2b1b4f895c2ae53dc9af470930f

Contents?: true

Size: 882 Bytes

Versions: 6

Compression:

Stored size: 882 Bytes

Contents

backup_server:
  :uri:                 hornetq://localhost:15446
  :backup:              true
  :data_directory:      ./data_backup
  :persistence_enabled: true
  :security_enabled:    false

live_server:
  :uri:                 hornetq://localhost:15445,localhost:15446
  :data_directory:      ./data
  :persistence_enabled: true
  :security_enabled:    false

client:
  :connection:
    :uri:                            hornetq://localhost:15445,localhost:15446
    :failover_on_initial_connection: true
    :failover_on_server_shutdown:    true
    # Retry at 0.5, 1.0, 2.0, 4.0, 5.0
    :reconnect_attempts:             4
    :retry_interval:                 500
    :retry_interval_multiplier:      2.0
    :max_retry_interval:             5000

  :session:
    :username: guest
    :password: guest

constants:
  :address: test_address
  :queue:   test_queue
  :durable: true

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
jruby-hornetq-0.5.0.alpha examples/transaction-failover/hornetq.yml
jruby-hornetq-0.4.0 examples/transaction-failover/hornetq.yml
jruby-hornetq-0.3.3 examples/transaction-failover/hornetq.yml
jruby-hornetq-0.3.2 examples/transaction-failover/hornetq.yml
jruby-hornetq-0.3.1 examples/transaction-failover/hornetq.yml
jruby-hornetq-0.3.0.alpha examples/transaction-failover/hornetq.yml