0

I have created a html form where i want to send a message over to a jms receiver in TIBCO. If it can be done through java script,can you please tell me the syntax of the same?? Please help me!!

Santosh459
  • 23
  • 2
  • 2
  • 6

1 Answers1

0

TIBCO EMS as interfaces for : C, COBOL, Java EE, and .NET. They require code (libraries) from TIBCO, under license (might be included when you acquire EMS).

For example, to submit a message to EMS from Java, you must use the JMS framework (part of Java), but you code still require the (non-free) EMS .jar.

To submit to EMS from a Web Form, you would typically use some form of integration, like a Web Service (possibly Java or BusinessWorks based), that transfers the data to EMS.

Note : Some other messaging products, like ActiveMQ, support a direct AJAX interface.

GhislainCote
  • 1,502
  • 11
  • 18