Queue messages when offline

31 views
Skip to first unread message

Jordan

unread,
May 24, 2012, 5:19:00 AM5/24/12
to comman...@googlegroups.com
What does this option do exactly? I might have missed a talk about it on the group.
Does it queue messages to systems that are offline, and send them in order when they come back online?

Nadim Awan

unread,
May 24, 2012, 5:24:41 AM5/24/12
to comman...@googlegroups.com
That's what it sounds like

Sent from my iPhone

On 24 May 2012, at 12:19, Jordan <giovanni...@gmail.com> wrote:

What does this option do exactly? I might have missed a talk about it on the group.
Does it queue messages to systems that are offline, and send them in order when they come back online?

--
You received this message because you are subscribed to the Google Groups "CommandFusion Software" group.
To view this discussion on the web visit https://groups.google.com/d/msg/commandfusion/-/G0FFCf_BjmEJ.
To post to this group, send email to comman...@googlegroups.com.
To unsubscribe from this group, send email to commandfusio...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/commandfusion?hl=en.

Bram van der Mooren

unread,
May 24, 2012, 8:55:17 AM5/24/12
to comman...@googlegroups.com

I want to set a global token with the value of another global token.

 

CF.setJoin("global1", "[@global2]");

I tried this code but this is not working, can someone help me out?

 


Bram van der Mooren

unread,
May 24, 2012, 9:20:10 AM5/24/12
to comman...@googlegroups.com
Yes, sorry for my mistake


-----Oorspronkelijk bericht-----
Van: comman...@googlegroups.com
[mailto:comman...@googlegroups.com] Namens Florent Pillet
Verzonden: donderdag 24 mei 2012 15:16
Aan: comman...@googlegroups.com
Onderwerp: Re: Queue messages when offline

You mean, CF.setToken(), right?

On May 24, 2012, at 2:55 PM, Bram van der Mooren wrote:

> CF.setJoin("global1", "[@global2]");
> I tried this code but this is not working, can someone help me out?
>

--
Florent Pillet - Software Engineering Lead
www.commandfusion.com

Jarrod Bell

unread,
May 24, 2012, 11:00:21 AM5/24/12
to comman...@googlegroups.com
Holy thread-jacking batman.

Jarrod Bell

unread,
May 24, 2012, 11:00:39 AM5/24/12
to comman...@googlegroups.com
yes correct.

Jarrod

Bram van der Mooren

unread,
May 24, 2012, 3:18:17 PM5/24/12
to comman...@googlegroups.com

Thanks Florent! This is working!

Op 24 mei 2012 om 16:07 heeft "Florent Pillet" <fpi...@gmail.com> het volgende geschreven:

Have you tried:

Assuming your other token is "[global2]", try:

CF.setToken(CF.GlobalTokensJoin, "global1", "[global2]");

Florent



On May 24, 2012, at 2:55 PM, Bram van der Mooren wrote:

> I want to set a global token with the value of another global token.

> CF.setJoin("global1", "[@global2]");
> I tried this code but this is not working, can someone help me out?


--
Florent Pillet - Software Engineering Lead
www.commandfusion.com



Carlos Araujo

unread,
Jul 10, 2012, 3:27:27 PM7/10/12
to comman...@googlegroups.com
But what happens when system come back online? Is the queue sequence preserved and, if so, what is the time interval between messages? by the way, techically what kind of buffer os storage area is used to keep queued messages?

Florent Pillet

unread,
Jul 10, 2012, 3:47:56 PM7/10/12
to comman...@googlegroups.com
Buffer is internal to iViewer and is a FIFO. Queued messages are sent in order, but without any delay (everything buffered is pushed as fast as possible after reconnection).

Florent

On Jul 10, 2012, at 9:27 PM, Carlos Araujo wrote:

> But what happens when system come back online? Is the queue sequence preserved and, if so, what is the time interval between messages? by the way, techically what kind of buffer os storage area is used to keep queued messages?

Reply all
Reply to author
Forward
0 new messages