From 5907459fc341008b4310a5f66170e373c14cff01 Mon Sep 17 00:00:00 2001 From: Claus Ibsen Date: Sun, 3 Nov 2013 08:53:36 +0100 Subject: [PATCH] AMQ-3350: Fixed chat web demo which may swallow first message. Thanks to Ken Seiss for the patch. --- activemq-web-demo/src/main/webapp/js/amq.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activemq-web-demo/src/main/webapp/js/amq.js b/activemq-web-demo/src/main/webapp/js/amq.js index 533cbe38eb..2d7cf6bc16 100644 --- a/activemq-web-demo/src/main/webapp/js/amq.js +++ b/activemq-web-demo/src/main/webapp/js/amq.js @@ -149,7 +149,7 @@ org.activemq.Amq = function() { if(sessionInitializedCallback) { sessionInitializedCallback(); } - sendPoll(); + pollHandler(data); } var sendPoll = function() {