[
https://issues.apache.org/jira/browse/STRATOS-791?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14205913#comment-14205913
]
ASF GitHub Bot commented on STRATOS-791:
----------------------------------------
Github user imesh commented on a diff in the pull request:
https://github.com/apache/stratos/pull/86#discussion_r20130930
--- Diff:
components/org.apache.stratos.messaging/src/main/java/org/apache/stratos/messaging/broker/subscribe/TopicSubscriber.java
---
@@ -46,15 +46,14 @@
private boolean terminated = false;
private MqttCallback messageListener;
- private TopicSession topicSession;
+
private final String topicName;
private TopicHealthChecker healthChecker;
private final javax.jms.TopicSubscriber topicSubscriber = null;
private boolean subscribed;
- private final MessageProcessorChain processorChain;
- /**
+ /**
--- End diff --
Another minor indentation issue. Will you be able to correct please?
Thanks
> MQTT protocol support for the messaging module
> ----------------------------------------------
>
> Key: STRATOS-791
> URL: https://issues.apache.org/jira/browse/STRATOS-791
> Project: Stratos
> Issue Type: Improvement
> Reporter: Gayan Gunarathne
> Assignee: Gayan Gunarathne
> Fix For: 4.1.0 M1
>
>
> With referring to the discussion MQTT will be used as messaging protocol.
> [1]Messaging protocol with Stratos python cartridge agent
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)