In article <JYGdd.54448$>, DaveB wrote:
> Hello fellow developers,
>
> I'm in the process of designing a java application that will interact with a
> leagacy system written in C/C++. The legacy system uses a publish/subscribe
> messaging architecture to notify applications when certain events occur. I
<snip>
JMS is the way to go for the situation you described. By conforming to
the standard, you do get some benefits like guaranteed delivery and
scalabilty. JMS is quite simple to program to so I wouldn't let learning
it overwhelm you.
JMX is a monitoring spec, not a publish/subscribe spec. You could beat it
into a publish/subscribe model but that is more what JMS is supposed to do
for you.
--
===========================
m0smith
http://sdf.lonestar.org
Public Unix