Re: Reading message queues with Java?



In article <482b151d$0$6914$9b622d9e@xxxxxxxxxxxxxxx>, michael.justin@xxxxxxxxxxxxxx wrote:
bernd wrote:

I have checked JMS just superficially, I might be wrong, but I have
read that JMS manages communication between two Java progs, not
between a program in a different language and a Java application.

Moreover, in my environment setting up JMS would be too much effort at
the moment, I need something simpler (ideally, a package of the JDK).

Many JMS (or general MoM) libraries for Java can be "embedded" in the
application so that performance and memory footprint is very low.
Maybe xmlBlaster (www.xmlBlaster.org) does the job, I used it with
Delphi and it supports many other languages out of the box.

Hope this helps(tm)

Wish I hadn't missed the original post.

JMS manages communication between a message queue and a Java program. There is
no requirement that a Java program is used to enqueue or dequeue a message.
You can have programs written in different languages operating on the same
queue.

Eric

Eric
.



Relevant Pages

  • Re: Is VB.NET dead?
    ... important in communication, it is understanding that writes good software. ... Of course, in the case of programming languages, the ... the similarity between the syntax of C# and Java ... is not one of "mere" punctuation. ...
    (microsoft.public.dotnet.general)
  • Re: Basic inheritance question
    ... used 'this' in C++ and Java. ... but in Python it doesn't. ... you meant "in languages that has implicit instance reference available in methods"? ...
    (comp.lang.python)
  • Re: Looking for programming examples in any programming language
    ... in an in-page applet. ... do that for such a broad range of languages. ... But note even Java applets ... If you're going to separate the specific I/O environment from ...
    (comp.programming)
  • Re: parser
    ... and by no means is Java some obscure language... ... but I still feel that both C and C++ are good languages to use for ... leaving the backend interpreter/JIT as a simpler piece of machinery). ... that you believe that C lacks the ability to build parsers as masses of tiny ...
    (comp.programming)
  • Re: OO compilers and efficiency
    ... > will be difficult for a compiler to do a good job of spotting when the OO ... "simpler" languages, ... I agree that Java ... (including adding lexical closures) ...
    (comp.programming)