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: context-monitoring/src/main/java/de/atb/context/monitoring/monitors/messagebroker/util/MessageBrokerUtil.java
+6-3
Original file line number
Diff line number
Diff line change
@@ -99,6 +99,7 @@ public static Channel connectToTopicExchange(final MessageBrokerDataSource dataS
99
99
* @param userName the username to use when connecting to message broker - optional
100
100
* @param password the password to use when connecting to message broker - optional
101
101
* @param queue the queue's name
102
+
* @param durable whether the queue should be durable or not
102
103
* @return a {@link Channel} object representing the established connection to the message broker
103
104
* @throws IOException in case of error
104
105
* @throws TimeoutException in case of error
@@ -107,13 +108,14 @@ public static Channel connectToQueue(final String host,
Copy file name to clipboardexpand all lines: smartclide-monitoring/src/main/java/eu/smartclide/contexthandling/dle/listener/DleGitMonitorProgressListener.java
+2-1
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,8 @@ public DleGitMonitorProgressListener(final MessageBrokerDataSource messageBroker
0 commit comments