Fix description of brokerUrl property in ArtemisProperties

Update description to refer to url instead of port.

See gh-37260
pull/37394/head
Marten Deinum 1 year ago 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;

Loading…
Cancel
Save