Broker 10.15 | webMethods Broker Documentation | webMethods Broker Messaging Programmer's Guide | Coding Messaging Client Applications | C# Messaging Clients | Client Startup
 
Client Startup
Use Visual Studio to build executables for the three client application comprising the solution.
To start the server, execute a statement such as the following:

ServerApplication East myServerAdmin
customerSample myServerFactory
where the first command line argument (in this case, East) is the region to be placed in the message selector, myServerAdmin represents the name of the server connection factory, customerSample is the name of the customer request topic to be published, and myServerFactory is the LDAP lookup name for the message consumer for server admin commands.
To start the requestor application, execute a statement such as the following:

RequestorApplication myRequestorFactory customerSample
where myRequestorFactory is the name of the requestor connection factory, and customerSample is the name of the request topic to be published.
To run the admin client application that shuts down the server application, execute a statement such as the following:

AdminClient shutdown