Posted: Tue May 29, 2007 8:29 pm Post subject: Can broker connect to multiple JMS providers?
Knight
Joined: 15 May 2001 Posts: 540 Location: New Zealand
I have a message flow in a broker with JMSInput and Output nodes. This flow uses the SI Bus and the Initial Context Factory specifies 'com.ibm.websphere.naming.WsnInitialContextFactory'.
I have now added a second flow where I want to use the broker queue manager as the provider. I have created the .bindings in a local JNDI-Directory, and set 'INITIAL_CONTEXT_FACTORY=com.sun.jndi.fscontext.RefFSContextFactory' in the JMSConfig file. The JMSOutput 'Initial Context Factory' property is set to the same value
However when I try to put a JMS message on the broker queue (via JMSOutput) I get the error:
Quote:
'Broker 'DEV_BKR01'; Execution Group 'egCMS'; Message Flow 'mfSendAAB'; Node 'ComIbmJMSClie
ntOutputNode::JMSOutput' ' There is a configuration problem with the JNDI Administered objects where: Initial Context Factory = 'com.ibm.websphere.naming.WsnInitialContextFactory'. Location of the bin
dings = 'file:///home/wmbapp/JNDI-Directory'. ConnectionFactory Name = 'qcf1'. JMS destination = 'aabrequestqueue'. The exception text is : 'Unsupported URL scheme: file'.
It seems to be using the SI Bus context factory instead of the JNDI one. The error is as if the WebSphere Context Factory had been specified in the JMSOuput property but this is definitely not the case.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum