Skip to content

Commit

Permalink
Merge pull request #3803 from malakaganga/int
Browse files Browse the repository at this point in the history
Impliment MessageConsumer interface
  • Loading branch information
malakaganga authored Dec 3, 2024
2 parents 62a8345 + 9387f0d commit d2205d7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ public boolean isAlive() {
public void setAlive(boolean isAlive) {
}

public boolean reInitialize() {
return false;
}

@Override
public void setId(int i) {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ public void setId(int i) {

}

public boolean reInitialize() {
return false;
}

@Override
public String getId() {
return null;
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1607,7 +1607,7 @@
<com.sun.jaxb.version>2.3.0</com.sun.jaxb.version>
<com.sun.jaxb.impl.version>2.3.1</com.sun.jaxb.impl.version>

<synapse.version>4.0.0-wso2v119</synapse.version>
<synapse.version>4.0.0-wso2v143</synapse.version>
<imp.pkg.version.synapse>[4.0.0, 4.0.1)</imp.pkg.version.synapse>
<carbon.mediation.version>4.7.215</carbon.mediation.version>
<carbon.crypto.version>1.1.3</carbon.crypto.version>
Expand Down

0 comments on commit d2205d7

Please sign in to comment.