[JBoss-user] [JBoss Messaging] - Re: WAN

2006-06-27 Thread xenomino
Ok timefox, remember JINI?  A user (call him user A), would ask server A for a 
.jar file.  Server A would look to see if he had it.  If not, server A would 
ask Servers B, C, D ... Z for the .jar file.  The server who had that .jar file 
would send it to server A. Server A would cache it, and send a copy to user A.

Now, lets see how we could do that with JMS!  user A asks for all 
subscribe-able topics.  Server A asks servers A through Z for thier topics and 
presents a list to user A.  User A subscribes to topic Q on server Q.  So, 
server A subscribes to topic Q on server Q and when a message is published to 
topic Q, the message is sent from the publishing user, to server Q, to server 
A, to user A.  

This is what we're trying to do, which appears a chore, especially when you add 
in PKI requirements.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953792#3953792

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953792

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Messaging] - Re: WAN

2006-06-13 Thread timfox
Perhaps you mean you have jms clients that communicate with a local server, 
then another jms client on the same node as the local server talks with another 
JMS server across a WAN.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950672#3950672

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950672


___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Messaging] - Re: WAN

2006-06-13 Thread timfox
Still don't get it.

How can one jms server "act" as a client to another server.

This is certainly not part of the jms spec.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950667#3950667

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950667


___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Messaging] - Re: WAN

2006-06-13 Thread jaink
We will have JMS Clients in different geographical location across WAN who 
would be connecting to their local JMS Servers. These JMS Servers will have to 
communicate (one server becoming client to another server). The Servers will 
not be on the same cluster. 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950641#3950641

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950641


___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Messaging] - Re: WAN

2006-06-12 Thread timfox
"jaink" wrote : One JMS Server to another JMS Server across LAN.

I don't understand.

What other reason than clustering would one JMS server contact another server?



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950453#3950453

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950453


___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Messaging] - Re: WAN

2006-06-12 Thread jaink
One JMS Server to another JMS Server across LAN.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950405#3950405

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950405


___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Messaging] - Re: WAN

2006-06-09 Thread timfox
I'm not sure what you mean by "server to server communication without 
clustering", can you explain?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950171#3950171

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950171


___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Messaging] - Re: WAN

2006-06-09 Thread jaink
I was refering to server to server communication without clustering them. 
Apologize for not being detailed. 

Thanks.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950165#3950165

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950165


___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Messaging] - Re: WAN

2006-06-09 Thread timfox
If you are referring to running a cluster of jboss messaging servers across 
LAN, WAN or internet, then the answer is that 1.0 doesn't support clustering, 
it is a single server release.

Clustering across a LAN is due in 1.2, across WAN / internet in 1.4.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950161#3950161

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950161


___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user