Bug 1102432
| Summary: | ActiveMQ routing plug-in should take array of hosts | ||
|---|---|---|---|
| Product: | OKD | Reporter: | Miciah Dashiel Butler Masters <mmasters> |
| Component: | Pod | Assignee: | Abhishek Gupta <abhgupta> |
| Status: | CLOSED EOL | QA Contact: | libra bugs <libra-bugs> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 2.x | CC: | jokerman, libra-onpremise-devel, mmccomas |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1102430 | Environment: | |
| Last Closed: | 2017-01-25 06:38:57 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1102430 | ||
|
Description
Miciah Dashiel Butler Masters
2014-05-29 00:21:56 UTC
Commit pushed to master at https://github.com/openshift/origin-server https://github.com/openshift/origin-server/commit/00e9410897a8381dac4d8b6518ea630a6a3577ae plugins/routing/activemq: Take array of hosts In the ActiveMQ routing plug-in, interpret ACTIVEMQ_HOST as a comma-separated list of host:port pairs, and use this list of hosts when connecting to ActiveMQ for redundancy. This commit fixes bug 1102432. |