Hi…
using the embedding sample code provided with moquette 0.8 I tried to use embedded moquette. All works great except that I found messages published using internalPublish to be not propagated to any of he embedded handlers provided in the Server constructor.
External messages are forwarded to the embedded handlers and internal publishings are picked up by external subscribers, but internal-to-internal does not work.
What I would like to know before digging into Moquette sources is if Is this intended behavior or in fact a bug?
Ciao
…Jochen