Skip to content

Commit

Permalink
changing smpp management start stop
Browse files Browse the repository at this point in the history
  • Loading branch information
anatolysatanovskiy-mobius committed Oct 5, 2017
1 parent 96cbfa9 commit 52f9bac
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ public void startSmppManagement() throws Exception {
+ ",name=" + this.getName());
this.registerMBean(this.esmeManagement, EsmeManagementMBean.class, false, esmeObjNname);

this.isStarted = true;
logger.info("Started SmppManagement");

// Step 6 Start SMPP Server
Expand All @@ -175,8 +174,6 @@ public void startSmppManagement() throws Exception {

public void stopSmppManagement() throws Exception {

this.isStarted = false;

this.esmeManagement.stop();
ObjectName esmeObjNname = new ObjectName(JMX_DOMAIN + ":layer=" + JMX_LAYER_ESME_MANAGEMENT
+ ",name=" + this.getName());
Expand Down

0 comments on commit 52f9bac

Please sign in to comment.