[prev in list] [next in list] [prev in thread] [next in thread] 

List:       activemq-users
Subject:    ActiveMQ proxy with connection multiplexing
From:       Aleksandr <aleks21 () gmail ! com>
Date:       2010-11-30 14:31:49
Message-ID: 1291127509194-3065476.post () n4 ! nabble ! com
[Download RAW message or body]


Hello list,

I'm looking for a solution to my small activemq problem.

We have a bunch of clients, which directly connect to an existing activemq
cluster.
This setup worked pretty well, until recently the amount of clients has
doubled.
The cluster cannot cope with such a load anymore. After a rough analysis the
problem seems to lie in the number of simultaneously connected clients. 
ActiveMQ creates a transport connection in a separate thread to each client.
We require SSL protocol, so we cannot use nio due to :
https://issues.apache.org/jira/browse/AMQ-2583

Even though the nio would practically solve the problem, as a further
optimisation we are considering to setup a bunch of activemq brokers, 
which will act as an intermediate proxies and multiplex connections from end
clients to the activemq cluster. So the setup would look
like a tree with the cluster being the root, intermediate brokers as nodes
and end-point clients as leaves.

I tried to use existing <proxyConnector> element, but this does not
multiplex connections, instead it just forwards the connection to a
different URI.
Is it possible to somehow achieve the desired setup with existing activemq? 


-- 
View this message in context: \
http://activemq.2283324.n4.nabble.com/ActiveMQ-proxy-with-connection-multiplexing-tp3065476p3065476.html
 Sent from the ActiveMQ - User mailing list archive at Nabble.com.


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic