bgraviton.worker-base.0.23.4.source-code.default.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of worker-base Show documentation
Show all versions of worker-base Show documentation
A base library to simplify the creation of Graviton queue workers.
queue.host=localhost
queue.port=5672
queue.user=guest
queue.password=guest
queue.virtualhost=/
queue.prefetchCount=2
queue.connecting.retryAfterSeconds=10
graviton.workerId=java-test
# can also be a comma separated list
graviton.subscription=document.core.app.*
application.version=${project.version}
application.name=${project.name}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy