Title: RE: Server Event Notification To Clients
Well,
I think that's one of the points JMS can't do. We are using it in a local
network. That's why SOAP is better.
-Ursprüngliche Nachricht-Von: Tony Jeffery
[mailto:[EMAIL PROTECTED]]Gesendet: Dienstag, 5. März
Title: RE: Server Event Notification To Clients
Well
that's a good question! I only wrote the Java-Clients. But I think, I heard that
Oracle propagates messages.
-Ursprüngliche Nachricht-Von: Harnish, Michael
[mailto:[EMAIL PROTECTED]]Gesendet: Dienstag, 5. März 2002
15
Title: RE: Server Event Notification To Clients
Do
some of your VB clients access the server through a firewall and if so does JMS
still work?
-Original Message-From: Harnish, Michael
[mailto:[EMAIL PROTECTED]]Sent: 05 March 2002 14:13To:
'[EMAIL PROTECTED]'S
Title: RE: Server Event Notification To Clients
Does
Oracle propagate asynchronous messages to the VB client, or does the VB client
have to poll the server?
-Original Message-From: Beer, Christian
[mailto:[EMAIL PROTECTED]]Sent: Tuesday, March 05, 2002 9:08
AMTo: '[
Title: RE: Server Event Notification To Clients
Thats
fantastic! How many clients do you have concurrently?
Tony
-Original Message-From: Beer, Christian
[mailto:[EMAIL PROTECTED]]Sent: 05 March 2002 14:08To:
'[EMAIL PROTECTED]'Subject: AW: Server Event Notif
Title: RE: Server Event Notification To Clients
We are
using an ORACLE implementation of JMS and it works finest from
VB!
-Ursprüngliche Nachricht-Von: Tony Jeffery
[mailto:[EMAIL PROTECTED]]Gesendet: Dienstag, 5. März 2002
15:05An: '[EMAIL PROTECTED]'Betreff:
Title: RE: Server Event Notification To Clients
Is this just for Java implementations, in other words can only java clients use this? We will be using VB and C++ clients in the future, running off a java server.
-Original Message-
From: Harnish, Michael [mailto:[EMAIL PROTECTED
Have you looked at JMS?
-Original Message-
From: Tony Jeffery [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, March 05, 2002 6:42 AM
To: '[EMAIL PROTECTED]'
Subject: Server Event Notification To Clients
Hi all,
Can anyone tell me the best way of implementing an event callbac
Title: Server Event Notification To Clients
Hi all,
Can anyone tell me the best way of implementing an event callback from the server to the client, similar to Java RMI callbacks, so that I can notify clients of server events? Would this mean a small SOAP server in the client or is there