ManageIQ/manageiq

View on GitHub
config/messaging.artemis.yml

Summary

Maintainability
Test Coverage
---
base: &base
  host: localhost
  port: 61616
  protocol: Stomp
  encoding: json
  username: admin
  password: smartvm

development:
  <<: *base

production:
  <<: *base

test:
  <<: *base