Posted: Mon Nov 21, 2005 10:29 am Post subject: Connecting to MQ6 on i5 using JMS
Novice
Joined: 14 Nov 2005 Posts: 18
Hi.
I'm running on WindowsXP an JBOSS Application Server 4.03. I am trying to send messages from this System to Websphere MQ V6.0 running on an i5.
My Problem is, that the windows User and the user on the i5 are not the same.
I found out that i can change the windows-user to the i5-user if i change the JVM-Property "user.name".
This happens before i am initializing the MQConnectionFactory.
-System.setProperty("user.name","i5user");
This works.
But i think this is a dirty solution and there must be a quite better way to initialize the ConnectionFactory using the i5-user and not the windows user.
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