From 0387ab5e7b03f37ea88e2de04ddb6d78cb82ff37 Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Wed, 14 Oct 2015 10:08:08 -0400 Subject: [PATCH] STOMP: Add `heart-beat` tracing --- .../stomp-chat/src/main/resources/application.properties | 2 ++ .../integration/samples/chat/stomp/server/stomp-server.xml | 2 +- applications/stomp-chat/src/main/resources/static/index.html | 3 +++ 3 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 applications/stomp-chat/src/main/resources/application.properties diff --git a/applications/stomp-chat/src/main/resources/application.properties b/applications/stomp-chat/src/main/resources/application.properties new file mode 100644 index 00000000..6bef1941 --- /dev/null +++ b/applications/stomp-chat/src/main/resources/application.properties @@ -0,0 +1,2 @@ +logging.level.org.springframework.web.socket.sockjs.transport.session=trace +server.session.timeout=60 diff --git a/applications/stomp-chat/src/main/resources/org/springframework/integration/samples/chat/stomp/server/stomp-server.xml b/applications/stomp-chat/src/main/resources/org/springframework/integration/samples/chat/stomp/server/stomp-server.xml index 0d5299c9..50a254e9 100644 --- a/applications/stomp-chat/src/main/resources/org/springframework/integration/samples/chat/stomp/server/stomp-server.xml +++ b/applications/stomp-chat/src/main/resources/org/springframework/integration/samples/chat/stomp/server/stomp-server.xml @@ -39,7 +39,7 @@ - +