Is there a way to have a non-blocking interceptor for MQTT in Artemis? 

I am working on a project and basically I intercept incoming MQTT packets
and perform some computations. But this effects the throughput at the
subscriber end as the computations are slightly heavy. Is there a way to
have the interceptor running in parallel so that the computations are done
without effecting the throughput at the subscriber's end? Could someone
please suggest me something on this? Much appreciated.

  



--
View this message in context: 
http://activemq.2283324.n4.nabble.com/Non-blocking-interceptor-for-MQTT-tp4715995.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to