How to setup Tibco EMS as the JMS Provider

Hi,

Are there anyone know how to setup the app. server to use Tibco EMS (installed in a remote machine) as the JMS service? May I have the setup example?

I put the host name and port of the EMS server on the Configuration JMS page. I ping the setting but I got the following:

An error has occurred.

Operation'JMSPing' failed in'resources' Config Mbean. Target exception message: [C4003]: Error occurred on connection creation [10.0.0.104:7222]. - cause: java.lang.NumberFormatException: For input string:"�"

Any idea?

Thanks a lot for your help in advance.

Simon

[704 byte] By [ConnectorRuntimeException] at [2007-11-26 9:57:09]
# 1

> Hi,

>

> Are there anyone know how to setup the app. server to

> use Tibco EMS (installed in a remote machine) as the

> JMS service? May I have the setup example?

The default jms commands [like jms-ping] are designed to be used against Sun Java System Message Queue that is bundled with the appserver. For integrating third party JMS providers like Tibco EMS, could you try out Generic RA for JMS [http://genericjmsra.dev.java.net]

Detailed instructions on getting Sun Java System Application Server to work with Tibco EMS using Generic RA for JMS is available off

https://genericjmsra.dev.java.net/docs/tibco-genericjmsra-integration-sample-do c/Integrating_Sun_Java_System_Application_Server_with_Tibco_JMS_using_the_Generi c_Resource_Adapter_for_JMS.html

Thanks

--Siva.

sivakumart at 2007-7-7 1:20:44 > top of Java-index,Application & Integration Servers,Application Servers...
# 2
thanks for your information. i will try it.Simon
ConnectorRuntimeException at 2007-7-7 1:20:44 > top of Java-index,Application & Integration Servers,Application Servers...