Re: messaging behavior

2017-06-16 Thread Nikolai Tikhonov
Hi! I think in your case you need to improve your protocol: send to back ack message. Ack message will be sent to sender node when original message processed. On Fri, Jun 16, 2017 at 10:15 AM, shawn.du wrote: > Hi, > > I want to use ignite messaging to send

Re: messaging behavior

2017-06-16 Thread shawn.du
Hi,I want to use ignite messaging to send notifications to some client nodes. I write a tool to do this.this tool will start as a client node and send some message. when it send out the message,the tool will stopped. it seems that this doesn't work and i notice error like: Failed to

Re: messaging behavior

2017-06-12 Thread Nikolai Tikhonov
Hi, Ignite does not accumulate messages which were sent to non-exist topic. Messages will be lost in your case. On Mon, Jun 12, 2017 at 12:30 PM, shawn.du wrote: > Hi, > > I am trying ignite topic based messaging. I wonder to know ignite behavior > in blow case: > >

messaging behavior

2017-06-12 Thread shawn.du
Hi,I am trying ignite topic based messaging. I wonder to know ignite behavior in blow case:Client A send a message with topic T1  to ignite server, but there are no topic listeners at this time, after for a while(like 1 or 2 minutes), Client B is online and subscribe topic T1, will