You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/event-publisher/event-output-adapters/org.wso2.carbon.event.output.adapter.jms/src/main/java/org/wso2/carbon/event/output/adapter/jms/JMSEventAdapter.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -114,7 +114,7 @@ public void testConnect() throws TestConnectionNotSupportedException {
Copy file name to clipboardExpand all lines: components/event-publisher/event-output-adapters/org.wso2.carbon.event.output.adapter.jms/src/main/java/org/wso2/carbon/event/output/adapter/jms/internal/util/JMSConnectionFactory.java
+28-5
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,7 @@
28
28
importjavax.naming.InitialContext;
29
29
importjavax.naming.NamingException;
30
30
importjava.util.Hashtable;
31
+
importjava.util.Map;
31
32
32
33
/**
33
34
* Encapsulate a JMS Connection factory definition within an Axis2.xml
@@ -64,17 +65,20 @@ public class JMSConnectionFactory {
Copy file name to clipboardExpand all lines: components/event-publisher/event-output-adapters/org.wso2.carbon.event.output.adapter.jms/src/main/java/org/wso2/carbon/event/output/adapter/jms/internal/util/JMSEventAdapterConstants.java
+4
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,10 @@ public class JMSEventAdapterConstants {
Copy file name to clipboardExpand all lines: components/event-publisher/event-output-adapters/org.wso2.carbon.event.output.adapter.jms/src/test/java/org/wso2/carbon/event/output/adapter/jms/JmsPublisherTestCase.java
+9-4
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,7 @@ public class JmsPublisherTestCase {
Copy file name to clipboardExpand all lines: features/event-publisher/org.wso2.carbon.event.output.adapter.server.feature/src/main/resources/conf_templates/org.wso2.carbon.event.output.adapter.default.json
Copy file name to clipboardExpand all lines: features/event-publisher/org.wso2.carbon.event.output.adapter.server.feature/src/main/resources/conf_templates/templates/repository/conf/output-event-adapters.xml.j2
0 commit comments