Posted: Tue Jul 08, 2008 8:35 am Post subject: Setting MQMD.UserIdentifier using JMS
Novice
Joined: 15 Oct 2003 Posts: 10
Hi,
We have an application which uses JMS to connect to MQ and put the message onto the queue. Though we use the required JMS API to set the UserIdentifier to a particular value, we see that the same is being overwritten with a different id, say for example - wsadmin which will be the id with which the server has been started.
Can you please let me know if this is the restriction of JMS that it always overrides the UserId in the message or are we missing some configuration setting in the JMS.
You do not set the UserId identifier in JMS on the record.
It is set at connection time. Either through JNDI JAAS on the container or through
conn=qcf.createConnection(user, passwd); and possibly through the MCAUser on the channel?
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