Skip to content

Commit

Permalink
Some code refactoring done.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ketharan committed Sep 21, 2018
1 parent 01d61f5 commit 4ccdf02
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ public class ResourceManagerConstants {
public static final String DEFAULT_MB_TOPIC_SINK_TEMPLATE = "@sink(type='jms',"
+ "factory.initial='org.wso2.andes.jndi.PropertiesFileInitialContextFactory',"
+ "provider.url='../../resources/jndi.properties',connection.factory.type='topic',"
+ "destination = '${" + MB_DESTINATION + "}', connection.factory.jndi.name=" +
"'TopicConnectionFactory',@map(type='" + MAPPING + "'))";
+ "destination = '${" + MB_DESTINATION + "}', connection.factory.jndi.name="
+ "'TopicConnectionFactory',@map(type='" + MAPPING + "'))";

public static final String DEFAULT_MB_QUEUE_SINK_TEMPLATE = "@sink(type='jms',"
+ "factory.initial='org.wso2.andes.jndi.PropertiesFileInitialContextFactory',"
Expand Down

0 comments on commit 4ccdf02

Please sign in to comment.