Javascript and JMS

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

    Javascript and JMS

    Is there a way to send messages using javascript to a JMS bus and also
    to receive messages from a JMS bus? Anyone has sample code for this?
  • Brian Genisio

    #2
    Re: Javascript and JMS

    Jim wrote:[color=blue]
    > Is there a way to send messages using javascript to a JMS bus and also
    > to receive messages from a JMS bus? Anyone has sample code for this?[/color]

    JMS -- Java Messaging Service
    Used in distributed computing

    Javascript and Java are not the same, and only related by name.
    Anything done in JMS needs to be done in Java, not Javascript.

    Brian

    Comment

    Working...