Fix description of brokerUrl property in ArtemisProperties
Update description to refer to url instead of port. See gh-37260
This commit is contained in:
committed by
Andy Wilkinson
parent
615d4b83ef
commit
5141e5c4ac
@@ -44,7 +44,7 @@ public class ArtemisProperties {
|
||||
private ArtemisMode mode;
|
||||
|
||||
/**
|
||||
* Artemis broker port.
|
||||
* Artemis broker url.
|
||||
*/
|
||||
private String brokerUrl;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user