events.integration.conf Maven / Gradle / Ivy
#opRabbit - cloudamqp
rabbitmq = {
host_zero = ${?CLOUDAMPQ_HOST}
}
op-rabbit = {
connection {
virtual-host = ${?CLOUDAMPQ_USER_VHOST}
hosts = []
hosts.0 = ${rabbitmq.host_zero}
username = ${op-rabbit.connection.virtual-host}
username = ${?CLOUDAMPQ_USER_VHOST}
username = ${?CLOUDAMPQ_USER}
password = ${?CLOUDAMPQ_PASS}
port = 5671
ssl = true
connection-timeout = 15s
}
}