Table of Contents
Configure openMQ:
- Add a Broker with port 7676 for example and connect to it
- Add a Queue ?GenericQueue?
- Add a ObjectStore ?MyObjectStore?
- Add two properties in your objectStore:
- java.naming.provider.url=file:///c:/linck to folder (this folder will contain your .bindings)
- java.naming.factory.initial=com.sun.jndi.fscontext.RefFSContextFactory
- Add a ConnectionFactory:
- name ?MyQueueConnectionFactory?
- type ConnectionFactory
- Set Port to 7676 on tab ?ConnectionHandling?
Configure TIBCO ActiveMatrix BusinessWorks? and TIBCO Designer?:
- Edit tibco\bw\5.3\bin\bwengine.traso that tibco.env.CUSTOM_EXT_APPEND_CP includes C:/ MessageQueue4_5/mq/lib (be careful to use ?/? and not ?\?)
- Edittibco\designer\5.3\bin\designer.tra so that tibco.env.CUSTOM_CP_EXT includes:/ MessageQueue4_5/mq/lib (be careful to use ?/? and not ?\?)
- In the Designer project for JMSConnection, set:
- JNDI Context Factory: com.sun.jndi.fscontext.RefFSContextFactory
- JNDI Context URL: file:/C:/ JNDI-Directory (the folder containing.bindings)
In Advanced :
- Queue Connection Factory: MyQueueConnectionFactory
- Test your connection
Hope this can help you.
Recommended Comments
There are no comments to display.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now