Optional actor system. If one is provided, it will be used to create ElasticMQ and Spray actors, but its lifecycle (shutdown) will be not managed by the server. If one is not provided, an actor system will be created, and its lifecycle will be bound to the server's lifecycle.
Will assign port automatically (uses port 0).
Will assign port automatically (uses port 0). The port to which the socket binds will be logged on successful startup.
Hostname to which the server will bind.
Port to which the server will bind.
Optional "main" ElasticMQ actor.
Should "real" SQS limits be used (strict), or should they be relaxed where possible (regarding e.g. message size).
Address which will be returned as the queue address. Requests to this address should be routed to this server.
By default:
- for
socketAddress
: when started, the server will bind tolocalhost:9324
forserverAddress
: returned queue addresses will usehttp://localhost:9324
as the base address. forsqsLimits
: relaxed