* The call was interrupted.
* @see #stopService()
*/
public synchronized void startService(boolean startAllGateways) throws SMSLibException, TimeoutException, GatewayException, IOException, InterruptedException
{
if (queueManager == null) queueManager = new DefaultQueueManager();
try
{
getNotifyQueueManager().start();
getQueueManager().start();
setServiceStatus(ServiceStatus.STARTING);