Re: inter-instance communication
Re: inter-instance communication
- Subject: Re: inter-instance communication
- From: Dov Rosenberg <email@hidden>
- Date: Sun, 22 Aug 2004 07:55:12 -0400
I would recommend using Java Messages (JMS). One of the benefits of JMS is
that if you decide to move your instances to different machines, things will
still work. You can use OpenJMS and the code from WOProject. You don't need
to make any major changes to your project either.
On 8/22/04 12:14 AM, "Nathan Dumar" <email@hidden> wrote:
> I have seen this asked before, but now I cannot find it ... How do I
> send a message from one instance to other instances of my WO app?
> (Without using the database.)
>
> From within one instance, I need to invoke an application-level method
> in all instances. If it's complicated, please explain it a bit.
>
> In a nutshell, this is the invocation:
> this.application().sessionStore().removeSessionWithID(...);
>
> Thank you,
> Nathan
> _______________________________________________
> webobjects-dev mailing list | email@hidden
> Help/Unsubscribe/Archives:
> http://www.lists.apple.com/mailman/listinfo/webobjects-dev
> Do not post admin requests to the list. They will be ignored.
>
--
Dov Rosenberg
Conviveon Corporation
http://www.conviveon.com
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.