Manually Registering an Application

Manually register an application by using the user name and activation code of the application registered through the Sybase Control Center.

Syntax

Synchronous Registration

public void registerUser(String username, String activationCode) throws com.sybase.mo.MessagingClientException

Asynchronous Registration

public void asyncRegisterUser(String username, String activationCode) throws com.sybase.mo.MessagingClientException

Parameters

Examples