Thursday, April 22, 2010

How to onfigure BW to communicate with JBOSS JMS?

Please follow the below steps to configure BW to connect to JBOSS JMS:

1.Add jbossall-client.jar in designer std classpath or put this jar file in tpcl/tpcl_ver/lib folder.
2.In JMS connection’s configuration tab check ‘Use JNDI for Connection Factory’
Set the following fields as specified:

JNDI Context Factory: org.jnp.interfaces.NamingContextFactory
JNDI Context Url : jnp://jboss_server_url:jboss_port

In advanced tab , set these values:
Topic ConnectionFactory : java:/ConnectionFactory
Queue ConnectionFactory : java:/ConnectionFactory

Test the connection from Designer

No comments:

Post a Comment