Posted: Tue Nov 22, 2016 5:30 am Post subject: JMS issue when testing using IBM Integration Bus test client
Newbie
Joined: 22 Nov 2013 Posts: 4
I developed a message flow with JMSInput Node -> JMSMQTransform Node -> Mapping Node -> MQOutput Node.
I have configured the JMS in Linux Server with the following details.
INITIAL_CONTEXT_FACTORY=com.sun.jndi.fscontext.RefFSContextFactory
PROVIDER_URL=file:///usr/app/wmq/JNDI-Directory
Connection Factory Name: QueueConnectionFactory
Queue Name: qmdev1
When I test the JMS Message Flow connecting the remote integration node using IIB Test Client, it is not accepting the remote folder location file:///usr/app/wmq/JNDI-Directory. The folder is automatically changed to 'C:\usr\app\wmq\JNDI-Directory' with exception javax.naming.NameNotFoundException; remaining name 'C:\usr\app\wmq\JNDI-Directory’. Please help me to solve the issue.
Posted: Tue Nov 22, 2016 6:05 am Post subject: Re: JMS issue when testing using IBM Integration Bus test cl
Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
francisborgio wrote:
I developed a message flow with JMSInput Node -> JMSMQTransform Node -> Mapping Node -> MQOutput Node.
I have configured the JMS in Linux Server with the following details.
INITIAL_CONTEXT_FACTORY=com.sun.jndi.fscontext.RefFSContextFactory
PROVIDER_URL=file:///usr/app/wmq/JNDI-Directory
Connection Factory Name: QueueConnectionFactory
Queue Name: qmdev1
When I test the JMS Message Flow connecting the remote integration node using IIB Test Client, it is not accepting the remote folder location file:///usr/app/wmq/JNDI-Directory. The folder is automatically changed to 'C:\usr\app\wmq\JNDI-Directory' with exception javax.naming.NameNotFoundException; remaining name 'C:\usr\app\wmq\JNDI-Directory’. Please help me to solve the issue.
One of the reasons here is because your folder location as shown is not remote: you do not show any hostname in the URL. As such the URL has to be interpreted as a local file. I'd guess C: is your default drive.
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