hi,
i am new to JCA and am trying to get the RA working with MQ. I am able
to deploy the RA and have created JNDI objects in MQ. I need some help
with writing a servlet to check outbound for RA.
the RA has these config properties
<managedconnectionfactory-class>com.sun.genericra.outbound.ManagedQueueConnectionFactory</managedconnectionfactory-class>
<config-property>
<config-property-name>ConnectionFactoryJndiName</config-property-name>
<config-property-type>java.lang.String</config-property-type>
</config-property>
<config-property>
<config-property-name>ClientId</config-property-name>
<config-property-type>java.lang.String</config-property-type>
</config-property>
<config-property>
<config-property-name>ConnectionValidationEnabled</config-property-name>
<config-property-type>java.lang.Boolean</config-property-type>
</config-property>
How do i pass these from servlet to RA so that RA uses the JNDI
objects created in MQ?
any help appreciated.
Thanks in advance
Krishnakumar