-
Enhancement
-
Resolution: Done
-
Major
-
None
-
7.2.0.GA
-
None
As part of the EAP 7.2 on OpenShift image, an additional configuration environmental variable has been added, DISABLE_EMBEDDED_JMS_BROKER.
If this is not set, or set to false and there is no remote messaging broker in use, the following message will appear in the logs:
Configuration of an embedded messaging broker within the appserver is enabled but is not recommended. Support for such a configuration will be removed in a future release. If you are not configuring messaging destinations, to disable configuring an embedded messaging broker set the DISABLE_EMBEDDED_JMS_BROKER environment variable to true.
Providing DISABLE_EMBEDDED_JMS_BROKER=true as part of the deployment configuration or as a parameter with -e to oc new-app will disable the internal broker and this log message will no longer be present.
The embedded broker is deprecated on OpenShift, and will be removed in a future release.
- is duplicated by
-
JBEAP-16045 Discuss deprecation of use of internal Artemis broker in EAP on OS 7.2 docs
- Closed