initial ehcache support

This commit is contained in:
Athou
2013-06-05 11:58:35 +02:00
parent b99a7fb14a
commit 7cbcf1080b
15 changed files with 106 additions and 8 deletions

View File

@@ -85,8 +85,8 @@ public class SubscriptionHandler {
}
log.debug("subscribed to {} for {}", hub, topic);
} catch (Exception e) {
log.error("Could not subscribe to {} for {} : {}", hub, topic,
e.getMessage(), e);
log.error("Could not subscribe to {} for {} : " + e.getMessage(),
hub, topic);
} finally {
client.getConnectionManager().shutdown();
}