JMS Servers Tab
- Last Updated: June 1, 2022
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
The JMS Servers tab in the Service Parameter Maintenance
window displays the following fields under the Partition list box. The AppBuilder uses
the Host (-H), Service (-S), Application Service, and
AppServer URL fields with the server handle CONNECT( ) method to
establish an AppServer connection for this partition as follows:
- If you specify any one of Host (
-H), Service (-S), or Application Service and leave AppServer URL blank, the AppBuilder uses the first three parameters that you specify (or the defaults). - If you specify AppServer URL and leave all of Host (
-H), Service (-S), and Application Service blank, the AppBuilder uses AppServer URL. - If you specify all four of Host (
-H), Service (-S), Application Service, and AppServer URL, the AppBuilder uses the first three fields for a standard ABL client and uses AppServer URL for a WebClient.
|
Partition |
(Required) Enter a name that identifies this AppServer partition to the AppBuilder. The name must be unique for all application partitions defined in the AppBuilder. |
|
Host (-H) |
Enter the host name or IP address of the NameServer that provides the
AppServer connection ( |
|
Service (-S) |
Enter the UDP service name or port number of the NameServer that
provides the AppServer connection. ( |
|
Application Service |
Enter the name of a valid AppServer Application Service supported by the NameServer. The NameServer chooses an AppServer that supports this Application Service for the partition connection (the default Application Service, by default). |
|
Appserver URL |
Enter a URL used to connect the AppServer. This must be a complete
URL for the HTTP, HTTPS, or AppServer protocol as specified for the
URL connection parameter ( |
|
Broker URL |
Enter the URL of the SonicMQ Broker for this partition. |