JMS

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • csafd

    JMS

    hi,
    please help me by providing
    a comparision of JMS with either CORBA or SOAP.
    I will be thankful.
    Any kind of article talking about JMS will
    be appreciated.
    thanks.
    -Omkant
  • Christopher Blunck

    #2
    Re: JMS

    On Tue, 23 Sep 2003 02:08:15 -0700, csafd wrote:
    [color=blue]
    > hi,
    > please help me by providing
    > a comparision of JMS with either CORBA or SOAP.
    > I will be thankful.
    > Any kind of article talking about JMS will
    > be appreciated.
    > thanks.
    > -Omkant[/color]



    I know that you're doing this for some form of a school related project
    (which I normally flame for), but in this case I'll make an exception.

    The biggest difference between JMS and SOAP/CORBA is that . . .

    JMS is language specific (Java) and CORBA/SOAP is not.



    In other words, you can use CORBA/SOAP to connect two applications written
    in different languages (C# and java for example), but you cannot use JMS
    to connect C# and java.

    Yes that's not entirely true (there may be a middleware vendor out there
    that provides a Java binding on one end and a C# on the other). But the
    gist of CORBA/SOAP is interoperabilit y while the goal of JMS is messaging
    interfacing...


    -c

    Comment

    Working...