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.
Comment