Skip to content
Snippets Groups Projects
Commit d93cb086 authored by Lene Wasskog's avatar Lene Wasskog
Browse files

chore: Temporarily disable message sending (to be reverted)

parent 8f5b261e
No related branches found
No related tags found
1 merge request!173ObservationDataSchema for eplevikler and ObservationTimeSeries
......@@ -1019,8 +1019,7 @@ public class ObservationService {
(System.getProperty("DISABLE_MESSAGING_SYSTEM") != null && System.getProperty("DISABLE_MESSAGING_SYSTEM").equals("true"))
) {
LOGGER.debug("Sending the message!");
messagingBean.sendUniversalMessage(mergeObs);
// messagingBean.sendUniversalMessage(mergeObs);
}
return Response.ok().entity(mergeObs).build();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment