What is RAJNDI?

RAJNDI is a generic connector for JMS servers of which the connection factories are obtained through JNDI

Packaging and shipping

This connector is shipped as rajndi.rar

Usage notes

The jndi names of the connection factories need to be specified. This can be done either as separate values in the deployment descriptor or by properties in the URL or the options field in the deployment descriptor.
NameMeaning
JMSJCA.QueueCFJNDI name of queue connection factory (javax.jms.QueueConnectionFactory)
JMSJCA.TopicCFJNDI name of topic connection factory (javax.jms.TopicConnectionFactory)
JMSJCA.QueueCFJNDI name of connection factory (javax.jms.ConnectionFactory)

The properties used to create the InitialContext can be specified either in the URL or in the options field in the deployment descriptor.