Skip to content

Commit

Permalink
Update native/src/main/java/io/ballerina/lib/ibm.ibmmq/Topic.java
Browse files Browse the repository at this point in the history
Co-authored-by: Ayesh Almeida <[email protected]>
  • Loading branch information
dilanSachi and ayeshLK authored Oct 27, 2023
1 parent b3238a3 commit 00ae230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion native/src/main/java/io/ballerina/lib/ibm.ibmmq/Topic.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

public class Topic {
private static final ExecutorService topicExecutorService =
Executors.newCachedThreadPool(new MQThreadFactory("balx-ibm-mq-client-network-thread"));
Executors.newCachedThreadPool(new MQThreadFactory("balx-ibmmq-topic-client-network-thread"));

private static final BString WAIT_INTERVAL = StringUtils.fromString("waitInterval");
private static final BString OPTIONS = StringUtils.fromString("options");
Expand Down

0 comments on commit 00ae230

Please sign in to comment.