Github user imesh commented on a diff in the pull request:

    https://github.com/apache/stratos/pull/121#discussion_r21017047
  
    --- Diff: 
components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/broker/heartbeat/TopicHealthChecker.java
 ---
    @@ -58,8 +57,8 @@ public void run() {
                                Thread.sleep(Util.getAveragePingInterval());
     
                                // A ping event is published to detect a 
session timeout
    -                           
EventPublisherPool.getPublisher(Constants.PING_TOPIC).publish(new PingEvent(),
    -                                                                           
              false);
    +                           
EventPublisherPool.getPublisher(Util.Topics.PING_TOPIC.getTopicName()).publish(new
 PingEvent(),
    --- End diff --
    
    Gayan: We removed the ping topic recently. May be this is not needed.
    Thanks


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to