Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Java > JMS Socket/Proxy reuse problem

Reply
Thread Tools

JMS Socket/Proxy reuse problem

 
 
Helge Nilsen
Guest
Posts: n/a
 
      04-01-2004
Hi,

I have challange related to JMS usage of sockets.

A JMS Client connect to a JMS Server over HTTPS through a proxy. My
understanding is that a socket is created between the JMS client and
proxy and another socket is created between the proxy and the remote
JMS Server for single JMS message. Is this correct?

The problem is that a huge number of JMS messages is supposed to be
forwarded from the JMS client to the JMS server each sec.

Is there a way to reuse sockets in this scenario? The JMS Client and
JMS Server will reside in two JVM's but there will be a firewall
between. If the firewall was removed and replaced by a VPN (with
socket layer encryption) would this solve the problem?

Thanks for any pointers!

Best regards,
Helge
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
To reuse or not to reuse jacob navia C Programming 19 12-18-2006 07:22 AM
code reuse and design reuse sailor.gu@gmail.com C Programming 16 02-12-2006 09:09 PM
Reuse paramter list and reuse connection tshad ASP .Net 5 05-17-2005 12:33 AM
How to setup JBoss for JMS (not MDB-JMS) ? Thomas Stein Java 0 10-18-2004 09:10 PM
To reuse or not to reuse.... Hylander Java 0 02-26-2004 12:00 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57