0

I'm looking for a solution to publish messages to a special topic after x seconds in EMQX (formerly EMQTT). I've found EMQ X enterprise edition's feature table which shows Delay and schedule message delivery is a feature of enterprise edition not Broker Edition. On the other side there is an official plugin from EMQX team in GitHub which do exactly what I want, Delayed Publish.

So my question is how much the plugin reliable? If they had planned to add this feature into their enterprise edition, why they should create an open source GitHub project to do exactly the same!

devmarkpro
  • 153
  • 4
  • 13
  • Based on the answer in this topic `https://github.com/emqx/emqx/issues/2207` it seems the open source version support this feature too. – devmarkpro Feb 08 '19 at 15:50

1 Answers1

0

That feature (and the plugin) is in the open source version. If you got info from anywhere says that it is only supported in the enterprise edition, then it is not true.

Shawn
  • 21
  • 2