Re: Using JMS to transfer large volumes of data
- From: Lew <noone@xxxxxxxxxxxxx>
- Date: Mon, 13 Oct 2008 23:15:25 -0400
marlow.andrew@xxxxxxxxxxxxxx wrote:
Has anyone used JMS to transfer very large volumes of data? I am
thinking about several gigs per day, every day. Phew. Whilst it is
possible to write all this data to a logfile and then FTP it, the
events of interest are occuring in several servers at the same time.
FTPing all these server logs is very time consuming. I have in mind
that the data could be trickled over using several queues. Any
thoughts? I wonder if anyone has done this sort of thing before..
I am aware of production systems in use today that use IBM WebSphere and their MQ implementation of JMS to transfer up to gigabytes per transaction, tens of millions per day. Use of multiple servers in that scenario, along with a whole shi--, er, cartload of additional infrastructure, is /de rigueur/ in such a scenario.
I suspect that this is not the only such installation.
I know there are alternatives, as you scale up to this kind of distributed architecture, and that JMS is not the only option. Regardless of the software layer involved, the physical infrastructure and the balanced deployment of multiple disparate components will dominate your considerations.
We speak not yet of redundant systems, uptime, failover, clustering and other technology matters, much less of the human-resource considerations of obtaining the services of competent operations personnel and the concomitant costs.
--
Lew
.
- Follow-Ups:
- Re: Using JMS to transfer large volumes of data
- From: marlow . andrew
- Re: Using JMS to transfer large volumes of data
- References:
- Using JMS to transfer large volumes of data
- From: marlow . andrew
- Using JMS to transfer large volumes of data
- Prev by Date: Re: NetBeans debugger: suspend and see current stack trace how?
- Next by Date: alternative to for loops
- Previous by thread: Using JMS to transfer large volumes of data
- Next by thread: Re: Using JMS to transfer large volumes of data
- Index(es):
Relevant Pages
|
Loading