Skip to search.
ajug · Australian Java Users Group

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

  Messages Help
Advanced
Messages MOM   Message List  
Reply Message #4349 of 7437 |
Re: [ajug] Messages MOM

We have had excellent success with Sun Message Queue 3.5 Platform
Edition,.. and its FREE!!

cheers
craig


Alan Green wrote:

>I'm working on an application that needs to pass messages between components
>running on different machines. The messages:
>
>1. are all one-way, and asynchronous,
>2. may be as large as 100k,
>3. must be delivered fairly quickly (overhead measured in tens of
>milliseconds) and,
>4. have a short lifetime - any message older than, say, ten or twenty
>seconds should be discarded.
>
>I'm looking for a product or technology that does all that, is reliable and
>stable on machines that have been up for months, is simple to deploy and
>administer, and is simple to develop with.
>
>The best solution I've come up with so far is IBM's MQ-Series via JMS, but
>the client may wish to avoid MQ-Series. A second option is to build our own
>(very simple) Message Oriented Middleware using one of the standard Java
>SOAP/HTTP frameworks.
>
>Either of those would work, but I suspect there is a better way. Any
>suggestions as to products or technologies I should be looking at?
>
>Cheers,
>
>Alan.
>
>
>
>
>
>To unsubscribe, send a message to
>ajug-unsubscribe@egroups.com
>
>Yahoo! Groups Links
>
>
>
>
>
>
>




Sun Jun 13, 2004 8:57 am

craig@...
Send Email Send Email

Message #4349 of 7437 |
Expand Messages Author Sort by Date

I'm working on an application that needs to pass messages between components running on different machines. The messages: 1. are all one-way, and asynchronous,...
Alan Green
alanvgreen Offline Send Email
Jun 12, 2004
1:38 am

We have had excellent success with Sun Message Queue 3.5 Platform Edition,.. and its FREE!! cheers craig...
Craig Day
craig@... Send Email
Jun 13, 2004
8:56 am

Alan, ... HTTP with Keep-Alive might work well here. Or just write self-delimiting data to a socket, if you want to keep overhead to the minimum (nothing is...
Matt Quail
matt_quail Online Now Send Email
Jun 14, 2004
11:44 pm

Hi all, I agree with Matt's suggestions below - you could get away with a very lightweight and fast (and cheap!) solution. *IFF* you don't need guaranteed...
Mike Burke
mikeburke1975 Offline Send Email
Jun 15, 2004
8:39 am

... Just thought I'd add to the excellent suggestions so far, and note that Jini/JavaSpaces may be an appropriate platform for this problem. As you probably...
David Bullock
thunkmeister Offline Send Email
Jun 15, 2004
9:10 am

... Hmm... sometimes I spend too much time thinking about people's AJUG posts. ... Here are some back-of-envelope calculations (guestimates). - average msg...
Matt Quail
matt_quail Online Now Send Email
Jun 16, 2004
5:18 am

What exactly does everyone have against JMS? I like JMS. It has a pretty nice API and generally works pretty well. There are some pretty lightweight ...
Nick Lothian
nick_a_l Offline Send Email
Jun 16, 2004
5:27 am

... If you do look into this direction, be sure to try TSpaces (http://www.almaden.ibm.com/cs/TSpaces/). The Linda model on which TSpaces/JavaSpaces is based...
John Sharley
ghermitage Offline Send Email
Jun 16, 2004
5:55 am

[Copied back to the list - we've got to fix the reply-to headers on this list!] ... Ahh.. architecture by boredom. The best way to create interesting problems!...
Nick Lothian
nick_a_l Offline Send Email
Jun 16, 2004
7:14 am

Thanks to all who responded - lots of grist for the design mill. All things being equal it looks like we'll be using JMS to send messages, though some...
Alan Green
alanvgreen Offline Send Email
Jun 17, 2004
6:14 am

I have to sound a cautionary note: Two show-stopper production problems traced back to two separate buggy implementations of JMS (names withheld) led me to...
Brendan Humphreys
brendan_hump... Offline Send Email
Jun 17, 2004
6:43 am
Advanced

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help