messageUrl
Constructs the URL endpoint for sending or receiving messages.
This property is a computed value that combines the base url
of the client connection configuration with the /message
path segment. It is often used as the target URL for communication with the message handling endpoint of a remote server.
Common use cases include sending feature-related messages or retrieving messages from the server as part of a feature messaging system.