Messaging polyglot support (#1472)
added support for AMQP, KAFKA and standalone options
This commit is contained in:
committed by
GitHub
parent
c5d3456d3a
commit
a915cf102b
@@ -14,4 +14,5 @@ if [[ "${MESSAGING_TYPE}" != "" ]]; then
|
||||
ADDITIONAL_OPTS="${ADDITIONAL_OPTS} --thin.profile=${MESSAGING_TYPE}"
|
||||
fi
|
||||
|
||||
echo "Please wait for the dependencies to be downloaded..."
|
||||
java -Djava.security.egd=file:/dev/./urandom -jar /stub-runner-boot.jar ${ADDITIONAL_OPTS}
|
||||
|
||||
Reference in New Issue
Block a user