Creates a JNDI context, looks up the connection factory, creates a connection and a session, and starts the session.
Jms.bdh
JmsInit( in sJndiConnectionFactoryName : string );
| Parameter | Description |
|---|---|
| sJndiConnectionFactoryName | The name of the JNDI connection factory |
JmsInit("ConnectionFactory");
JmsSample.bdf, JmsSample.java