Fix description of brokerUrl property in ArtemisProperties

Update description to refer to url instead of port.

See gh-37260
This commit is contained in:
Marten Deinum
2023-09-08 14:01:00 +02:00
committed by Andy Wilkinson
parent 615d4b83ef
commit 5141e5c4ac

View File

@@ -44,7 +44,7 @@ public class ArtemisProperties {
private ArtemisMode mode;
/**
* Artemis broker port.
* Artemis broker url.
*/
private String brokerUrl;