Just to be clear; do you want a kind of publish-subscribe across browser windows? i.e. each window all receives the same message? We could certainly simulate different clients in each window. Though its probably better if we do the fan-out on the broker side. e.g. have a single window (hideen IFRAME etc) doing all the communication with the server and then notifying each visible window with the messages.
On 5/4/06, Naby <[EMAIL PROTECTED]> wrote: > > > Hi. > > Does anyone know how to manage multiple browser windows with amq-ajax? > > It seems that this implementation of amq-scripts and servlets reserves > only > one (session)-id for a browser. One result is that a message gets to one > of > the windows by chance if the same topic is listened to in some windows. > > I read on an internet page about an implementation with ids for every > window. Could that be a solution for this problem? > > Thx > -- > View this message in context: > http://www.nabble.com/Ajax-and-multiple-browser-windows-t1555527.html#a4225392 > Sent from the ActiveMQ - User forum at Nabble.com. > > -- James ------- http://radio.weblogs.com/0112098/
