All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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
  }
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy