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

.elasticmq-server_2.11.0.9.3.source-code.reference.conf Maven / Gradle / Ivy

There is a newer version: 0.14.15
Show newest version
// Configure main storage
storage {
    // Possible values: in-memory
    type = in-memory
}

// What is the outside visible address of this ElasticMQ node
// Used to create the queue URL (may be different from bind address!)
node-address {
    protocol = "http"
    host = "localhost"
    port = 9324
    context-path = ""
}

rest-sqs {
    enabled = true
    bind-port = 9324
    bind-hostname = "0.0.0.0"
    // Possible values: relaxed, strict
    sqs-limits = strict
}

queues {
    // queueName1 = {
    //   // all optional
    //   defaultVisibilityTimeout = 10 seconds
    //   delay = 5 seconds
    //   receiveMessageWait = 0 seconds
    // }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy